Html Css Color HEX #2DA674 Jungle Green

📋 copy color: '#2DA674'

red 45 ◦ green 166 ◦ blue 116

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

Shades of Jungle Green #2DA674

Tints of Jungle Green #2DA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.76%

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

R = 13.76%
G = 50.76%
B = 35.47%

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

#2DA674 (or 0x2DA674) is known color: Jungle Green. HEX triplet: 2D, A6 and 74. RGB value is (45,166,116). Sum of RGB (Red+Green+Blue) = 45+166+116=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA674 is #D2598B. Grayscale: #7C7C7C. Windows color (decimal): -13785484 or 7644717. OLE color: 7644717.

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

Color convert

RGB 45 166 116 -
CMYK 0.73 0 0.30 0.35
HSL 155.21º 0.57% 0.41% -
HSV(B) 155.21º 0.73% 0.65% -
XYZ 17.87 29.09 21.2 -
YUV 124.12 123.41 71.57 -
System Red Green Blue C M Y K H S L
Decimal 45 166 116 0.73 0 0.30 0.35 155.21 0.57 0.41
Hex 2D A6 74 49 0 1E 23 9B 39 29
Octal 55 246 164 111 0 36 43 233 71 51
Binary 101101 10100110 1110100 1001001 0 11110 100011 10011011 111001 101001

Color Harmonies of #2DA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA674

Black with #2DA674

Text Example


Text Example

White with #2DA674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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