#2CB17B

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

Shades of Jungle Green #2CB17B

Tints of Jungle Green #2CB17B

Color information

#2CB17B (or 0x2CB17B) is unknown color: approx Jungle Green. HEX triplet: 2C, B1 and 7B. RGB value is (44,177,123). Sum of RGB (Red+Green+Blue) = 44+177+123=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB17B is #D34E84. Grayscale: #838383. Windows color (decimal): -13848197 or 8106284. OLE color: 8106284.

HSL color Cylindrical-coordinate representation of color #2CB17B: hue angle of 155.64º 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 #2CB17B is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB44177123-
CMYK0.7500.310.31
HSL155.64º60.18%43.33%-
HSV(B)155.64º75.14%69.41%-
XYZ20.3433.4124.12-
YUV131.08123.4465.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.79%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=12.79%
G=51.45%
B=35.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441771230.7500.310.31155.6460.1843.33
Hex2CB17B4B01F1F9c3c2b
Octal54261173113037372347453
Binary10110010110001111101110010110111111111110011100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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