Html Css Color HEX #2DA517 Forest Green

📋 copy color: '#2DA517'

red 45 ◦ green 165 ◦ blue 23

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

Shades of Forest Green #2DA517

Tints of Forest Green #2DA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 19.31%
G = 70.82%
B = 9.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#2DA517 (or 0x2DA517) is known color: Forest Green. HEX triplet: 2D, A5 and 17. RGB value is (45,165,23). Sum of RGB (Red+Green+Blue) = 45+165+23=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA517 is #D25AE8. Grayscale: #717171. Windows color (decimal): -13785833 or 1549613. OLE color: 1549613.

HSL color Cylindrical-coordinate representation of color #2DA517: hue angle of 110.7º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DA517 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 165 23 -
CMYK 0.73 0 0.86 0.35
HSL 110.7º 0.76% 0.37% -
HSV(B) 110.7º 0.86% 0.65% -
XYZ 14.69 27.53 5.35 -
YUV 112.93 77.24 79.55 -
System Red Green Blue C M Y K H S L
Decimal 45 165 23 0.73 0 0.86 0.35 110.7 0.76 0.37
Hex 2D A5 17 49 0 56 23 6F 4C 25
Octal 55 245 27 111 0 126 43 157 114 45
Binary 101101 10100101 10111 1001001 0 1010110 100011 1101111 1001100 100101

Color Harmonies of #2DA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA517

Black with #2DA517

Text Example


Text Example

White with #2DA517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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