Html Css Color HEX #2DA274 Jungle Green

📋 copy color: '#2DA274'

red 45 ◦ green 162 ◦ blue 116

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

Shades of Jungle Green #2DA274

Tints of Jungle Green #2DA274

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.15%

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

R = 13.93%
G = 50.15%
B = 35.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#2DA274 (or 0x2DA274) is known color: Jungle Green. HEX triplet: 2D, A2 and 74. RGB value is (45,162,116). Sum of RGB (Red+Green+Blue) = 45+162+116=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA274 is #D25D8B. Grayscale: #797979. Windows color (decimal): -13786508 or 7643693. OLE color: 7643693.

HSL color Cylindrical-coordinate representation of color #2DA274: hue angle of 156.41º 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 #2DA274 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 162 116 -
CMYK 0.72 0 0.28 0.36
HSL 156.41º 0.57% 0.41% -
HSV(B) 156.41º 0.72% 0.64% -
XYZ 17.15 27.66 20.96 -
YUV 121.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 45 162 116 0.72 0 0.28 0.36 156.41 0.57 0.41
Hex 2D A2 74 48 0 1C 24 9C 39 29
Octal 55 242 164 110 0 34 44 234 71 51
Binary 101101 10100010 1110100 1001000 0 11100 100100 10011100 111001 101001

Color Harmonies of #2DA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA274

Black with #2DA274

Text Example


Text Example

White with #2DA274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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