Html Css Color HEX #11952A Forest Green

📋 copy color: '#11952A'

red 17 ◦ green 149 ◦ blue 42

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

Shades of Forest Green #11952A

Tints of Forest Green #11952A

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #11952A: hue angle of 131.36º 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 #11952A is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 42 -
CMYK 0.89 0 0.72 0.42
HSL 131.36º 0.8% 0.33% -
HSV(B) 131.36º 0.89% 0.58% -
XYZ 11.4 21.78 5.79 -
YUV 97.33 96.77 70.7 -
System Red Green Blue C M Y K H S L
Decimal 17 149 42 0.89 0 0.72 0.42 131.36 0.8 0.33
Hex 11 95 2A 59 0 48 2A 83 50 21
Octal 21 225 52 131 0 110 52 203 120 41
Binary 10001 10010101 101010 1011001 0 1001000 101010 10000011 1010000 100001

Color Harmonies of #11952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11952A

Black with #11952A

Text Example


Text Example

White with #11952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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