Html Css Color HEX #2DA574 Jungle Green

📋 copy color: '#2DA574'

red 45 ◦ green 165 ◦ blue 116

#2DA574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2DA574

Tints of Jungle Green #2DA574

RGB

 RED value IS 45 (17.97% from 255) = 13.8%

 GREEN value IS 165 (64.84% from 255) = 50.61%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 13.8%
G = 50.61%
B = 35.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#2DA574 (or 0x2DA574) is known color: Jungle Green. HEX triplet: 2D, A5 and 74. RGB value is (45,165,116). Sum of RGB (Red+Green+Blue) = 45+165+116=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA574 is #D25A8B. Grayscale: #7B7B7B. Windows color (decimal): -13785740 or 7644461. OLE color: 7644461.

HSL color Cylindrical-coordinate representation of color #2DA574: hue angle of 155.5º 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 #2DA574 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 165 116 -
CMYK 0.73 0 0.30 0.35
HSL 155.5º 0.57% 0.41% -
HSV(B) 155.5º 0.73% 0.65% -
XYZ 17.69 28.73 21.14 -
YUV 123.53 123.74 71.98 -
System Red Green Blue C M Y K H S L
Decimal 45 165 116 0.73 0 0.30 0.35 155.5 0.57 0.41
Hex 2D A5 74 49 0 1E 23 9C 39 29
Octal 55 245 164 111 0 36 43 234 71 51
Binary 101101 10100101 1110100 1001001 0 11110 100011 10011100 111001 101001

Color Harmonies of #2DA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA574

Black with #2DA574

Text Example


Text Example

White with #2DA574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DA574;
 }
 .AnyTagClassName
 {
   color: #2DA574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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