Html Css Color HEX #11961C Forest Green

📋 copy color: '#11961C'

red 17 ◦ green 150 ◦ blue 28

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

Shades of Forest Green #11961C

Tints of Forest Green #11961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 76.92%

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

R = 8.72%
G = 76.92%
B = 14.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#11961C (or 0x11961C) is known color: Forest Green. HEX triplet: 11, 96 and 1C. RGB value is (17,150,28). Sum of RGB (Red+Green+Blue) = 17+150+28=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #11961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11961C is #EE69E3. Grayscale: #606060. Windows color (decimal): -15624676 or 1873425. OLE color: 1873425.

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

Color convert

RGB 17 150 28 -
CMYK 0.89 0 0.81 0.41
HSL 124.96º 0.8% 0.33% -
HSV(B) 124.96º 0.89% 0.59% -
XYZ 11.35 22.02 4.75 -
YUV 96.33 89.44 71.42 -
System Red Green Blue C M Y K H S L
Decimal 17 150 28 0.89 0 0.81 0.41 124.96 0.8 0.33
Hex 11 96 1C 59 0 51 29 7D 50 21
Octal 21 226 34 131 0 121 51 175 120 41
Binary 10001 10010110 11100 1011001 0 1010001 101001 1111101 1010000 100001

Color Harmonies of #11961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11961C

Black with #11961C

Text Example


Text Example

White with #11961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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