#2DA284

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

Shades of Jungle Green #2DA284

Tints of Jungle Green #2DA284

Color information

#2DA284 (or 0x2DA284) is unknown color: approx Jungle Green. HEX triplet: 2D, A2 and 84. RGB value is (45,162,132). Sum of RGB (Red+Green+Blue) = 45+162+132=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA284 is #D25D7B. Grayscale: #7B7B7B. Windows color (decimal): -13786492 or 8692269. OLE color: 8692269.

HSL color Cylindrical-coordinate representation of color #2DA284: hue angle of 164.62º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA284 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB45162132-
CMYK0.7200.190.36
HSL164.62º56.52%40.59%-
HSV(B)164.62º72.22%63.53%-
XYZ18.1728.0626.29-
YUV123.6132.7471.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=13.27%
G=47.79%
B=38.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451621320.7200.190.36164.6256.5240.59
Hex2DA2844801324a53929
Octal55242204110023442457151
Binary1011011010001010000100100100001001110010010100101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,132); }

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

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

 a { background-color: rgb(45,162,132); }

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

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

 span { border-color: rgb(45,162,132); }

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