#2B6D42

Color #2B6D42 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2B6D42

Tints of Green Pea #2B6D42

Color information

#2B6D42 (or 0x2B6D42) is unknown color: approx Green Pea. HEX triplet: 2B, 6D and 42. RGB value is (43,109,66). Sum of RGB (Red+Green+Blue) = 43+109+66=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6D42 is #D492BD. Grayscale: #545454. Windows color (decimal): -13931198 or 4353323. OLE color: 4353323.

HSL color Cylindrical-coordinate representation of color #2B6D42: hue angle of 140.91º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D42 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB4310966-
CMYK0.6100.390.57
HSL140.91º43.42%29.8%-
HSV(B)140.91º60.55%42.75%-
XYZ7.4511.847.05-
YUV84.36117.6398.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 109 (42.97% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=19.72%
G=50%
B=30.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43109660.6100.390.57140.9143.4229.8
Hex2B6D423D027398d2b1e
Octal5315510275047712155336
Binary1010111101101100001011110101001111110011000110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B6D42; }

 p { color: rgb(43,109,66); }

 H1.HeaderClassName
 {
   color: #2B6D42;
 }
 .AnyTagClassName
 {
   color: #2B6D42;
 }
</style>
background-color css

<style>
 a { background-color: #2B6D42; }

 a { background-color: rgb(43,109,66); }

 div.DivClassName
 {
   background-color: #2B6D42;
 }
 .BgClassName
 {
   background-color: #2B6D42;
 }
</style>
border-color css

<style>
 span { border-color: #2B6D42; }

 span { border-color: rgb(43,109,66); }

 td.TdClassName
 {
   border-color: #2B6D42;
 }
 .TagClassName
 {
   border-color: #2B6D42;
 }
</style>