#2CAF83

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

Shades of Jungle Green #2CAF83

Tints of Jungle Green #2CAF83

Color information

#2CAF83 (or 0x2CAF83) is unknown color: approx Jungle Green. HEX triplet: 2C, AF and 83. RGB value is (44,175,131). Sum of RGB (Red+Green+Blue) = 44+175+131=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAF83 is #D3507C. Grayscale: #828282. Windows color (decimal): -13848701 or 8630060. OLE color: 8630060.

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

Color convert

RGB44175131-
CMYK0.7500.250.31
HSL159.85º59.82%42.94%-
HSV(B)159.85º74.86%68.63%-
XYZ20.4732.8326.73-
YUV130.82128.166.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.57%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=12.57%
G=50%
B=37.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441751310.7500.250.31159.8559.8242.94
Hex2CAF834B0191Fa03c2b
Octal54257203113031372407453
Binary101100101011111000001110010110110011111110100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,175,131); }

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

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

 a { background-color: rgb(44,175,131); }

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

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

 span { border-color: rgb(44,175,131); }

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