#11961A

Color #11961A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #11961A

Tints of Forest Green #11961A

Color information

#11961A (or 0x11961A) is unknown color: approx Forest Green. HEX triplet: 11, 96 and 1A. RGB value is (17,150,26). Sum of RGB (Red+Green+Blue) = 17+150+26=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #11961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11961A is #EE69E5. Grayscale: #606060. Windows color (decimal): -15624678 or 1742353. OLE color: 1742353.

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

Color convert

RGB1715026-
CMYK0.8900.830.41
HSL124.06º79.64%32.75%-
HSV(B)124.06º88.67%58.82%-
XYZ11.3222.014.63-
YUV96.188.4471.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 150 (58.98% from 255) = 77.72%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=8.81%
G=77.72%
B=13.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150260.8900.830.41124.0679.6432.75
Hex11961A59053297c5021
Octal212263213101235117412041
Binary10001100101101101010110010101001110100111111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11961A;
 }
 .AnyTagClassName
 {
   color: #11961A;
 }
</style>
background-color css

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

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

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

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

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

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