Html Css Color HEX #2A9915 Forest Green

📋 copy color: '#2A9915'

red 42 ◦ green 153 ◦ blue 21

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

Shades of Forest Green #2A9915

Tints of Forest Green #2A9915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 70.83%

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

R = 19.44%
G = 70.83%
B = 9.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#2A9915 (or 0x2A9915) is known color: Forest Green. HEX triplet: 2A, 99 and 15. RGB value is (42,153,21). Sum of RGB (Red+Green+Blue) = 42+153+21=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9915 is #D566EA. Grayscale: #696969. Windows color (decimal): -13985515 or 1415466. OLE color: 1415466.

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

Color convert

RGB 42 153 21 -
CMYK 0.73 0 0.86 0.4
HSL 110.45º 0.76% 0.34% -
HSV(B) 110.45º 0.86% 0.6% -
XYZ 12.48 23.33 4.55 -
YUV 104.76 80.73 83.23 -
System Red Green Blue C M Y K H S L
Decimal 42 153 21 0.73 0 0.86 0.4 110.45 0.76 0.34
Hex 2A 99 15 49 0 56 28 6E 4C 22
Octal 52 231 25 111 0 126 50 156 114 42
Binary 101010 10011001 10101 1001001 0 1010110 101000 1101110 1001100 100010

Color Harmonies of #2A9915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9915

Black with #2A9915

Text Example


Text Example

White with #2A9915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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