#2CB17E

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

Shades of Jungle Green #2CB17E

Tints of Jungle Green #2CB17E

Color information

#2CB17E (or 0x2CB17E) is unknown color: approx Jungle Green. HEX triplet: 2C, B1 and 7E. RGB value is (44,177,126). Sum of RGB (Red+Green+Blue) = 44+177+126=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB17E is #D34E81. Grayscale: #838383. Windows color (decimal): -13848194 or 8302892. OLE color: 8302892.

HSL color Cylindrical-coordinate representation of color #2CB17E: hue angle of 156.99º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB17E is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB44177126-
CMYK0.7500.290.31
HSL156.99º60.18%43.33%-
HSV(B)156.99º75.14%69.41%-
XYZ20.5333.4925.12-
YUV131.42124.9465.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=12.68%
G=51.01%
B=36.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441771260.7500.290.31156.9960.1843.33
Hex2CB17E4B01D1F9d3c2b
Octal54261176113035372357453
Binary10110010110001111111010010110111011111110011101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,126); }

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

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

 a { background-color: rgb(44,177,126); }

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

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

 span { border-color: rgb(44,177,126); }

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