Html Css Color HEX #2DA015 Forest Green

📋 copy color: '#2DA015'

red 45 ◦ green 160 ◦ blue 21

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

Shades of Forest Green #2DA015

Tints of Forest Green #2DA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.8%

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 19.91%
G = 70.8%
B = 9.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#2DA015 (or 0x2DA015) is known color: Forest Green. HEX triplet: 2D, A0 and 15. RGB value is (45,160,21). Sum of RGB (Red+Green+Blue) = 45+160+21=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA015 is #D25FEA. Grayscale: #6E6E6E. Windows color (decimal): -13787115 or 1417261. OLE color: 1417261.

HSL color Cylindrical-coordinate representation of color #2DA015: hue angle of 109.64º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DA015 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 45 160 21 -
CMYK 0.72 0 0.87 0.37
HSL 109.64º 0.77% 0.35% -
HSV(B) 109.64º 0.87% 0.63% -
XYZ 13.79 25.75 4.95 -
YUV 109.77 77.9 81.8 -
System Red Green Blue C M Y K H S L
Decimal 45 160 21 0.72 0 0.87 0.37 109.64 0.77 0.35
Hex 2D A0 15 48 0 57 25 6E 4D 23
Octal 55 240 25 110 0 127 45 156 115 43
Binary 101101 10100000 10101 1001000 0 1010111 100101 1101110 1001101 100011

Color Harmonies of #2DA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA015

Black with #2DA015

Text Example


Text Example

White with #2DA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,160,21); }

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

background-color css

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

 a { background-color: rgb(45,160,21); }

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

border-color css

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

 span { border-color: rgb(45,160,21); }

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