#19830C

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

Shades of Forest Green #19830C

Tints of Forest Green #19830C

Color information

#19830C (or 0x19830C) is unknown color: approx Forest Green. HEX triplet: 19, 83 and 0C. RGB value is (25,131,12). Sum of RGB (Red+Green+Blue) = 25+131+12=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 131 (51.56% from 255 or 77.98% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 131 - color contains mainly: green. Hex color #19830C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19830C is #E67CF3. Grayscale: #565656. Windows color (decimal): -15105268 or 819993. OLE color: 819993.

HSL color Cylindrical-coordinate representation of color #19830C: hue angle of 113.45º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19830C is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB2513112-
CMYK0.8100.910.49
HSL113.45º83.22%28.04%-
HSV(B)113.45º90.84%51.37%-
XYZ8.5816.473.07-
YUV85.7486.3884.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 131 (51.56% from 255) = 77.98%
BLUE value IS 12 (5.08% from 255) = 7.14%
R=14.88%
G=77.98%
B=7.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25131120.8100.910.49113.4583.2228.04
Hex1983C5105B3171531c
Octal312031412101336116112334
Binary110011000001111001010001010110111100011110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19830C; }

 p { color: rgb(25,131,12); }

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

<style>
 a { background-color: #19830C; }

 a { background-color: rgb(25,131,12); }

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

<style>
 span { border-color: #19830C; }

 span { border-color: rgb(25,131,12); }

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