#19940A

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

Shades of Forest Green #19940A

Tints of Forest Green #19940A

Color information

#19940A (or 0x19940A) is unknown color: approx Forest Green. HEX triplet: 19, 94 and 0A. RGB value is (25,148,10). Sum of RGB (Red+Green+Blue) = 25+148+10=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 148 (58.20% from 255 or 80.87% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 148 - color contains mainly: green. Hex color #19940A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19940A is #E66BF5. Grayscale: #5F5F5F. Windows color (decimal): -15100918 or 693273. OLE color: 693273.

HSL color Cylindrical-coordinate representation of color #19940A: hue angle of 113.48º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19940A is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB2514810-
CMYK0.8300.930.42
HSL113.48º87.34%30.98%-
HSV(B)113.48º93.24%58.04%-
XYZ11.0521.413.84-
YUV95.4979.7577.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 148 (58.20% from 255) = 80.87%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=13.66%
G=80.87%
B=5.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25148100.8300.930.42113.4887.3430.98
Hex1994A5305D2A71571f
Octal312241212301355216112737
Binary110011001010010101010011010111011010101110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,148,10); }

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

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

 a { background-color: rgb(25,148,10); }

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

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

 span { border-color: rgb(25,148,10); }

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