#2cb985

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

Shades of Jungle Green #2CB985

Tints of Jungle Green #2CB985

Color information

#2CB985 (or 0x2CB985) is unknown color: approx Jungle Green. HEX triplet: 2C, B9 and 85. RGB value is (44,185,133). Sum of RGB (Red+Green+Blue) = 44+185+133=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB985 is #D3467A. Grayscale: #888888. Windows color (decimal): -13846139 or 8763692. OLE color: 8763692.

HSL color Cylindrical-coordinate representation of color #2CB985: hue angle of 157.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB985 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB44185133-
CMYK0.7600.280.27
HSL157.87º61.57%44.9%-
HSV(B)157.87º76.22%72.55%-
XYZ22.6236.9328.13-
YUV136.91125.7961.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.15%
GREEN value IS 185 (72.66% from 255) = 51.10%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=12.15%
G=51.10%
B=36.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441851330.7600.280.27157.8761.5744.9
Hex2CB9854C01C1B9e3e2d
Octal54271205114034332367655
Binary101100101110011000010110011000111001101110011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,185,133); }

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

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

 a { background-color: rgb(44,185,133); }

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

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

 span { border-color: rgb(44,185,133); }

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