Html Css Color HEX #2A9515 Forest Green

📋 copy color: '#2A9515'

red 42 ◦ green 149 ◦ blue 21

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

Shades of Forest Green #2A9515

Tints of Forest Green #2A9515

RGB

 RED value IS 42 (16.8% from 255) = 19.81%

 GREEN value IS 149 (58.59% from 255) = 70.28%

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

R = 19.81%
G = 70.28%
B = 9.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#2A9515 (or 0x2A9515) is known color: Forest Green. HEX triplet: 2A, 95 and 15. RGB value is (42,149,21). Sum of RGB (Red+Green+Blue) = 42+149+21=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9515 is #D56AEA. Grayscale: #666666. Windows color (decimal): -13986539 or 1414442. OLE color: 1414442.

HSL color Cylindrical-coordinate representation of color #2A9515: hue angle of 110.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A9515 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 21 -
CMYK 0.72 0 0.86 0.42
HSL 110.16º 0.75% 0.33% -
HSV(B) 110.16º 0.86% 0.58% -
XYZ 11.84 22.04 4.34 -
YUV 102.42 82.05 84.91 -
System Red Green Blue C M Y K H S L
Decimal 42 149 21 0.72 0 0.86 0.42 110.16 0.75 0.33
Hex 2A 95 15 48 0 56 2A 6E 4B 21
Octal 52 225 25 110 0 126 52 156 113 41
Binary 101010 10010101 10101 1001000 0 1010110 101010 1101110 1001011 100001

Color Harmonies of #2A9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9515

Black with #2A9515

Text Example


Text Example

White with #2A9515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,21); }

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

background-color css

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

 a { background-color: rgb(42,149,21); }

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

border-color css

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

 span { border-color: rgb(42,149,21); }

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