#11862A

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

Shades of Forest Green #11862A

Tints of Forest Green #11862A

Color information

#11862A (or 0x11862A) is unknown color: approx Forest Green. HEX triplet: 11, 86 and 2A. RGB value is (17,134,42). Sum of RGB (Red+Green+Blue) = 17+134+42=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #11862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11862A is #EE79D5. Grayscale: #585858. Windows color (decimal): -15628758 or 2786833. OLE color: 2786833.

HSL color Cylindrical-coordinate representation of color #11862A: hue angle of 132.82º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11862A is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1713442-
CMYK0.8700.690.47
HSL132.82º77.48%29.61%-
HSV(B)132.82º87.31%52.55%-
XYZ9.1717.345.05-
YUV88.53101.7476.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 134 (52.73% from 255) = 69.43%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=8.81%
G=69.43%
B=21.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17134420.8700.690.47132.8277.4829.61
Hex11862A570452F854d1e
Octal212065212701055720511536
Binary100011000011010101010101110100010110111110000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,134,42); }

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

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

 a { background-color: rgb(17,134,42); }

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

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

 span { border-color: rgb(17,134,42); }

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