#2DA585

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

Shades of Jungle Green #2DA585

Tints of Jungle Green #2DA585

Color information

#2DA585 (or 0x2DA585) is unknown color: approx Jungle Green. HEX triplet: 2D, A5 and 85. RGB value is (45,165,133). Sum of RGB (Red+Green+Blue) = 45+165+133=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA585 is #D25A7A. Grayscale: #7D7D7D. Windows color (decimal): -13785723 or 8758573. OLE color: 8758573.

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

Color convert

RGB45165133-
CMYK0.7300.190.35
HSL164º57.14%41.18%-
HSV(B)164º72.73%64.71%-
XYZ18.7729.1626.83-
YUV125.47132.2470.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.12%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=13.12%
G=48.10%
B=38.78%

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
Decimal451651330.7300.190.3516457.1441.18
Hex2DA5854901323a43929
Octal55245205111023432447151
Binary1011011010010110000101100100101001110001110100100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,165,133); }

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

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

 a { background-color: rgb(45,165,133); }

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

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

 span { border-color: rgb(45,165,133); }

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