Html Css Color HEX #11952C Forest Green

📋 copy color: '#11952C'

red 17 ◦ green 149 ◦ blue 44

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

Shades of Forest Green #11952C

Tints of Forest Green #11952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 8.1%
G = 70.95%
B = 20.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#11952C (or 0x11952C) is known color: Forest Green. HEX triplet: 11, 95 and 2C. RGB value is (17,149,44). Sum of RGB (Red+Green+Blue) = 17+149+44=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #11952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11952C is #EE6AD3. Grayscale: #616161. Windows color (decimal): -15624916 or 2921745. OLE color: 2921745.

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

Color convert

RGB 17 149 44 -
CMYK 0.89 0 0.70 0.42
HSL 132.27º 0.8% 0.33% -
HSV(B) 132.27º 0.89% 0.58% -
XYZ 11.43 21.8 5.99 -
YUV 97.56 97.77 70.54 -
System Red Green Blue C M Y K H S L
Decimal 17 149 44 0.89 0 0.70 0.42 132.27 0.8 0.33
Hex 11 95 2C 59 0 46 2A 84 50 21
Octal 21 225 54 131 0 106 52 204 120 41
Binary 10001 10010101 101100 1011001 0 1000110 101010 10000100 1010000 100001

Color Harmonies of #11952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11952C

Black with #11952C

Text Example


Text Example

White with #11952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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