Html Css Color HEX #11972A Forest Green

📋 copy color: '#11972A'

red 17 ◦ green 151 ◦ blue 42

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

Shades of Forest Green #11972A

Tints of Forest Green #11972A

RGB

 RED value IS 17 (7.03% from 255) = 8.1%

 GREEN value IS 151 (59.38% from 255) = 71.9%

 BLUE value IS 42 (16.8% from 255) = 20%

R = 8.1%
G = 71.9%
B = 20%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#11972A (or 0x11972A) is known color: Forest Green. HEX triplet: 11, 97 and 2A. RGB value is (17,151,42). Sum of RGB (Red+Green+Blue) = 17+151+42=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 151 (59.38% from 255 or 71.90% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 151 - color contains mainly: green. Hex color #11972A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11972A is #EE68D5. Grayscale: #626262. Windows color (decimal): -15624406 or 2791185. OLE color: 2791185.

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

Color convert

RGB 17 151 42 -
CMYK 0.89 0 0.72 0.41
HSL 131.19º 0.8% 0.33% -
HSV(B) 131.19º 0.89% 0.59% -
XYZ 11.72 22.42 5.9 -
YUV 98.51 96.11 69.86 -
System Red Green Blue C M Y K H S L
Decimal 17 151 42 0.89 0 0.72 0.41 131.19 0.8 0.33
Hex 11 97 2A 59 0 48 29 83 50 21
Octal 21 227 52 131 0 110 51 203 120 41
Binary 10001 10010111 101010 1011001 0 1001000 101001 10000011 1010000 100001

Color Harmonies of #11972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11972A

Black with #11972A

Text Example


Text Example

White with #11972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11972A; }

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

 H1.HeaderClassName
 {
   color: #11972A;
 }
 .AnyTagClassName
 {
   color: #11972A;
 }
</style>

background-color css

<style>
 a { background-color: #11972A; }

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

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

border-color css

<style>
 span { border-color: #11972A; }

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

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