#11951A

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

Shades of Forest Green #11951A

Tints of Forest Green #11951A

Color information

#11951A (or 0x11951A) is unknown color: approx Forest Green. HEX triplet: 11, 95 and 1A. RGB value is (17,149,26). Sum of RGB (Red+Green+Blue) = 17+149+26=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #11951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11951A is #EE6AE5. Grayscale: #5F5F5F. Windows color (decimal): -15624934 or 1742097. OLE color: 1742097.

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

Color convert

RGB1714926-
CMYK0.8900.830.42
HSL124.09º79.52%32.55%-
HSV(B)124.09º88.59%58.43%-
XYZ11.1721.694.58-
YUV95.5188.7772-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 149 (58.59% from 255) = 77.60%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=8.85%
G=77.60%
B=13.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149260.8900.830.42124.0979.5232.55
Hex11951A590532A7c5021
Octal212253213101235217412041
Binary10001100101011101010110010101001110101011111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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