#11832D

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

Shades of Forest Green #11832D

Tints of Forest Green #11832D

Color information

#11832D (or 0x11832D) is unknown color: approx Forest Green. HEX triplet: 11, 83 and 2D. RGB value is (17,131,45). Sum of RGB (Red+Green+Blue) = 17+131+45=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 131 (51.56% from 255 or 67.88% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 131 - color contains mainly: green. Hex color #11832D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11832D is #EE7CD2. Grayscale: #575757. Windows color (decimal): -15629523 or 2982673. OLE color: 2982673.

HSL color Cylindrical-coordinate representation of color #11832D: hue angle of 134.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11832D is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1713145-
CMYK0.8700.660.49
HSL134.74º77.03%29.02%-
HSV(B)134.74º87.02%51.37%-
XYZ8.8216.545.21-
YUV87.11104.2377.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 131 (51.56% from 255) = 67.88%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=8.81%
G=67.88%
B=23.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17131450.8700.660.49134.7477.0329.02
Hex11832D5704231874d1d
Octal212035512701026120711535
Binary100011000001110110110101110100001011000110000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,131,45); }

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

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

 a { background-color: rgb(17,131,45); }

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

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

 span { border-color: rgb(17,131,45); }

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