#11941D

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

Shades of Forest Green #11941D

Tints of Forest Green #11941D

Color information

#11941D (or 0x11941D) is unknown color: approx Forest Green. HEX triplet: 11, 94 and 1D. RGB value is (17,148,29). Sum of RGB (Red+Green+Blue) = 17+148+29=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 148 (58.20% from 255 or 76.29% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 148 - color contains mainly: green. Hex color #11941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11941D is #EE6BE2. Grayscale: #5F5F5F. Windows color (decimal): -15625187 or 1938449. OLE color: 1938449.

HSL color Cylindrical-coordinate representation of color #11941D: hue angle of 125.5º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11941D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1714829-
CMYK0.8900.800.42
HSL125.5º79.39%32.35%-
HSV(B)125.5º88.51%58.04%-
XYZ11.0421.394.71-
YUV95.2690.672.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 148 (58.20% from 255) = 76.29%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=8.76%
G=76.29%
B=14.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17148290.8900.800.42125.579.3932.35
Hex11941D590502A7d4f20
Octal212243513101205217511740
Binary10001100101001110110110010101000010101011111011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11941D; }

 p { color: rgb(17,148,29); }

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

<style>
 a { background-color: #11941D; }

 a { background-color: rgb(17,148,29); }

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

<style>
 span { border-color: #11941D; }

 span { border-color: rgb(17,148,29); }

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