COLOR #40B262

HEX: #40B262 RGB: (64,178,98)

Color info

#40B262 contains mainly green color. Web safe color of #40B262 is #339966 (or #396).

RGB color model

#40B262 color RGB value is (64,178,98).

RGB: (64,178,98) (25%, 70%, 38%)

RGB channels and saturation

R 64 of 255 = 25%
G 178 of 255 = 70%
B 98 of 255 = 38%

64
178
98

R + G + B ~ 44%. #40B262 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 178 + 98 = 340 (100%)
R 64 of 340 ~ 18.82%
G 178 of 340 ~ 52.35%
B 98 of 340 ~ 28.82'%

%18.82
%52.35
%28.82

CMYK color model

#40B262 color CMYK value is (64,0,45,30).

  • cyan value is 64.04%
  • magenta value is 0.00%
  • yellow value is 44.94%
  • key color value is 30.20%

CMYK: (64,0,45,30)
C64M0Y45K30 (64%, 0%, 45%, 30%)
(0.64 / 0.00 / 0.45 / 0.30)

CMYK percentages

%64.04
%0
%44.94
%30.2

Codes

Color #40B262 in popluar color models

40 B2 62
RGB 64 178 98
HSL 138° 47.11% 47.45%
HSB/HSV 138° 64.04% 69.80%
CMYK 64.04% 0.00% 44.94%
30.20%

Color #40B262 in popluar number systems.

HEX 40 B2 62
Decimal 64 178 98
Binary 1000000 10110010 1100010
Octal 100 262 142

Shades and tints

Shades of #40B262

#40B262
(64,178,98)
#3BA25A
(59,162,90)
#369252
(54,146,82)
#31824A
(49,130,74)
#2C7242
(44,114,66)
#27623A
(39,98,58)
#225232
(34,82,50)
#1D422A
(29,66,42)
#183222
(24,50,34)
#13221A
(19,34,26)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #40B262

#40B262
(64,178,98)
#51B970
(81,185,112)
#62C07E
(98,192,126)
#73C78C
(115,199,140)
#84CE9A
(132,206,154)
#95D5A8
(149,213,168)
#A6DCB6
(166,220,182)
#B7E3C4
(183,227,196)
#C8EAD2
(200,234,210)
#D9F1E0
(217,241,224)
#EAF8EE
(234,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B262 color. Also use rgb(64,178,98) instead hex code.

Text Font Color

.myTextColor { color: #40B262; }

<p style="color:#40B262">This sample text font color is #40B262.</p>

This text font color is #40B262.

Background Color

.myBgColor { background-color: #40B262; }

<div style="background-color:#40B262">Inner text</div>

This div background color is #40B262.

Border color

.myBorderColor { border: 1px solid #40B262; }

<div style="border:3px solid #40B262">Div</div>

This div border color is #40B262.

Opacity

.myOpacity80 { color: #40B262; opacity: 0.8; }

<p style="color:#40B262;opacity:0.8;">80%</p>

Text with #40B262 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #40B262;}

<p style="text-shadow: 3px 3px 1px #40B262">Text here.</p>

This text has shadow with #40B262 color.


.textShadow {text-shadow: 3px 3px 1px #40B262', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #40B262, 5px 5px 20px red">Text here.</p>

This text has shadow with #40B262 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#40B262, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#40B262, Direction=45, Strength=4)">Text</p>

This text has shadow with #40B262 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #40B262;
-webkit-box-shadow: 1px 1px 3px 2px #40B262;
box-shadow: 1px 1px 3px 2px #40B262;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40B262; -webkit-box-shadow: 1px 1px 3px 2px #40B262; box-shadow:1px 1px 3px 2px #40B262;">
Div content here
</div>

This div box has shadow with color #40B262.

Preview

Color preview on black background

This text has color #40B262 on black background.


Color preview on white background

This text has color #40B262 on white background.


Black color preview on #40B262 background

This text has black color on #40B262 background.


White color preview on #40B262 background

This text has white color on #40B262 background.


Related colors

Complementary color

Complementary color for #hex is #BF4D9D.


I love getcolorcode.com

Triadic colors

1 #6240B2 and #B26240 with #40B262 are triadic colors.

2 #62B240 and #B24062 with #40B262 are triadic colors.