Html Css Color HEX #11951C Forest Green

📋 copy color: '#11951C'

red 17 ◦ green 149 ◦ blue 28

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

Shades of Forest Green #11951C

Tints of Forest Green #11951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 8.76%
G = 76.8%
B = 14.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#11951C (or 0x11951C) is known color: Forest Green. HEX triplet: 11, 95 and 1C. RGB value is (17,149,28). Sum of RGB (Red+Green+Blue) = 17+149+28=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #11951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11951C is #EE6AE3. Grayscale: #606060. Windows color (decimal): -15624932 or 1873169. OLE color: 1873169.

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

Color convert

RGB 17 149 28 -
CMYK 0.89 0 0.81 0.42
HSL 125º 0.8% 0.33% -
HSV(B) 125º 0.89% 0.58% -
XYZ 11.19 21.7 4.7 -
YUV 95.74 89.77 71.84 -
System Red Green Blue C M Y K H S L
Decimal 17 149 28 0.89 0 0.81 0.42 125 0.8 0.33
Hex 11 95 1C 59 0 51 2A 7D 50 21
Octal 21 225 34 131 0 121 52 175 120 41
Binary 10001 10010101 11100 1011001 0 1010001 101010 1111101 1010000 100001

Color Harmonies of #11951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11951C

Black with #11951C

Text Example


Text Example

White with #11951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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