Html Css Color HEX #2DA57F Jungle Green

📋 copy color: '#2DA57F'

red 45 ◦ green 165 ◦ blue 127

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

Shades of Jungle Green #2DA57F

Tints of Jungle Green #2DA57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 13.35%
G = 48.96%
B = 37.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#2DA57F (or 0x2DA57F) is known color: Jungle Green. HEX triplet: 2D, A5 and 7F. RGB value is (45,165,127). Sum of RGB (Red+Green+Blue) = 45+165+127=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA57F is #D25A80. Grayscale: #7C7C7C. Windows color (decimal): -13785729 or 8365357. OLE color: 8365357.

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

Color convert

RGB 45 165 127 -
CMYK 0.73 0 0.23 0.35
HSL 161º 0.57% 0.41% -
HSV(B) 161º 0.73% 0.65% -
XYZ 18.37 29 24.71 -
YUV 124.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 45 165 127 0.73 0 0.23 0.35 161 0.57 0.41
Hex 2D A5 7F 49 0 17 23 A1 39 29
Octal 55 245 177 111 0 27 43 241 71 51
Binary 101101 10100101 1111111 1001001 0 10111 100011 10100001 111001 101001

Color Harmonies of #2DA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA57F

Black with #2DA57F

Text Example


Text Example

White with #2DA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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