#2B6C44

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

Shades of Green Pea #2B6C44

Tints of Green Pea #2B6C44

Color information

#2B6C44 (or 0x2B6C44) is unknown color: approx Green Pea. HEX triplet: 2B, 6C and 44. RGB value is (43,108,68). Sum of RGB (Red+Green+Blue) = 43+108+68=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6C44 is #D493BB. Grayscale: #545454. Windows color (decimal): -13931452 or 4484139. OLE color: 4484139.

HSL color Cylindrical-coordinate representation of color #2B6C44: hue angle of 143.08º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6C44 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB4310868-
CMYK0.6000.370.58
HSL143.08º43.05%29.61%-
HSV(B)143.08º60.19%42.35%-
XYZ7.411.667.33-
YUV84118.9798.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=19.63%
G=49.32%
B=31.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43108680.6000.370.58143.0843.0529.61
Hex2B6C443C0253A8f2b1e
Octal5315410474045722175336
Binary1010111101100100010011110001001011110101000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,108,68); }

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

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

 a { background-color: rgb(43,108,68); }

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

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

 span { border-color: rgb(43,108,68); }

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