Html Css Color HEX #2DA619 Forest Green

📋 copy color: '#2DA619'

red 45 ◦ green 166 ◦ blue 25

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

Shades of Forest Green #2DA619

Tints of Forest Green #2DA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 19.07%
G = 70.34%
B = 10.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#2DA619 (or 0x2DA619) is known color: Forest Green. HEX triplet: 2D, A6 and 19. RGB value is (45,166,25). Sum of RGB (Red+Green+Blue) = 45+166+25=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 166 (65.23% from 255 or 70.34% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA619 is #D259E6. Grayscale: #727272. Windows color (decimal): -13785575 or 1680941. OLE color: 1680941.

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

Color convert

RGB 45 166 25 -
CMYK 0.73 0 0.85 0.35
HSL 111.49º 0.74% 0.37% -
HSV(B) 111.49º 0.85% 0.65% -
XYZ 14.89 27.9 5.52 -
YUV 113.75 77.91 78.96 -
System Red Green Blue C M Y K H S L
Decimal 45 166 25 0.73 0 0.85 0.35 111.49 0.74 0.37
Hex 2D A6 19 49 0 55 23 6F 4A 25
Octal 55 246 31 111 0 125 43 157 112 45
Binary 101101 10100110 11001 1001001 0 1010101 100011 1101111 1001010 100101

Color Harmonies of #2DA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA619

Black with #2DA619

Text Example


Text Example

White with #2DA619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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