#2DA787

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

Shades of Jungle Green #2DA787

Tints of Jungle Green #2DA787

Color information

#2DA787 (or 0x2DA787) is unknown color: approx Jungle Green. HEX triplet: 2D, A7 and 87. RGB value is (45,167,135). Sum of RGB (Red+Green+Blue) = 45+167+135=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA787 is #D25878. Grayscale: #7E7E7E. Windows color (decimal): -13785209 or 8890157. OLE color: 8890157.

HSL color Cylindrical-coordinate representation of color #2DA787: hue angle of 164.26º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA787 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB45167135-
CMYK0.7300.190.35
HSL164.26º57.55%41.57%-
HSV(B)164.26º73.05%65.49%-
XYZ19.2729.9427.69-
YUV126.87132.5869.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=12.97%
G=48.13%
B=38.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451671350.7300.190.35164.2657.5541.57
Hex2DA7874901323a43a2a
Octal55247207111023432447252
Binary1011011010011110000111100100101001110001110100100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,167,135); }

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

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

 a { background-color: rgb(45,167,135); }

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

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

 span { border-color: rgb(45,167,135); }

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