Html Css Color HEX #2A9511 Forest Green

📋 copy color: '#2A9511'

red 42 ◦ green 149 ◦ blue 17

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

Shades of Forest Green #2A9511

Tints of Forest Green #2A9511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 20.19%
G = 71.63%
B = 8.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#2A9511 (or 0x2A9511) is known color: Forest Green. HEX triplet: 2A, 95 and 11. RGB value is (42,149,17). Sum of RGB (Red+Green+Blue) = 42+149+17=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9511 is #D56AEE. Grayscale: #666666. Windows color (decimal): -13986543 or 1152298. OLE color: 1152298.

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

Color convert

RGB 42 149 17 -
CMYK 0.72 0 0.89 0.42
HSL 108.64º 0.8% 0.33% -
HSV(B) 108.64º 0.89% 0.58% -
XYZ 11.8 22.03 4.16 -
YUV 101.96 80.05 85.23 -
System Red Green Blue C M Y K H S L
Decimal 42 149 17 0.72 0 0.89 0.42 108.64 0.8 0.33
Hex 2A 95 11 48 0 59 2A 6D 50 21
Octal 52 225 21 110 0 131 52 155 120 41
Binary 101010 10010101 10001 1001000 0 1011001 101010 1101101 1010000 100001

Color Harmonies of #2A9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9511

Black with #2A9511

Text Example


Text Example

White with #2A9511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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