#2DAF83

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

Shades of Jungle Green #2DAF83

Tints of Jungle Green #2DAF83

Color information

#2DAF83 (or 0x2DAF83) is unknown color: approx Jungle Green. HEX triplet: 2D, AF and 83. RGB value is (45,175,131). Sum of RGB (Red+Green+Blue) = 45+175+131=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAF83 is #D2507C. Grayscale: #838383. Windows color (decimal): -13783165 or 8630061. OLE color: 8630061.

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

Color convert

RGB45175131-
CMYK0.7400.250.31
HSL159.69º59.09%43.14%-
HSV(B)159.69º74.29%68.63%-
XYZ20.5132.8626.73-
YUV131.11127.9366.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.82%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=12.82%
G=49.86%
B=37.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451751310.7400.250.31159.6959.0943.14
Hex2DAF834A0191Fa03b2b
Octal55257203112031372407353
Binary101101101011111000001110010100110011111110100000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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