Html Css Color HEX #2DA675 Jungle Green

📋 copy color: '#2DA675'

red 45 ◦ green 166 ◦ blue 117

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

Shades of Jungle Green #2DA675

Tints of Jungle Green #2DA675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 13.72%
G = 50.61%
B = 35.67%

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

#2DA675 (or 0x2DA675) is known color: Jungle Green. HEX triplet: 2D, A6 and 75. RGB value is (45,166,117). Sum of RGB (Red+Green+Blue) = 45+166+117=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA675 is #D2598A. Grayscale: #7C7C7C. Windows color (decimal): -13785483 or 7710253. OLE color: 7710253.

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

Color convert

RGB 45 166 117 -
CMYK 0.73 0 0.30 0.35
HSL 155.7º 0.57% 0.41% -
HSV(B) 155.7º 0.73% 0.65% -
XYZ 17.93 29.11 21.5 -
YUV 124.24 123.91 71.48 -
System Red Green Blue C M Y K H S L
Decimal 45 166 117 0.73 0 0.30 0.35 155.7 0.57 0.41
Hex 2D A6 75 49 0 1E 23 9C 39 29
Octal 55 246 165 111 0 36 43 234 71 51
Binary 101101 10100110 1110101 1001001 0 11110 100011 10011100 111001 101001

Color Harmonies of #2DA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA675

Black with #2DA675

Text Example


Text Example

White with #2DA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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