#19701A

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

Shades of Forest Green #19701A

Tints of Forest Green #19701A

Color information

#19701A (or 0x19701A) is unknown color: approx Forest Green. HEX triplet: 19, 70 and 1A. RGB value is (25,112,26). Sum of RGB (Red+Green+Blue) = 25+112+26=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #19701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19701A is #E68FE5. Grayscale: #4C4C4C. Windows color (decimal): -15110118 or 1732633. OLE color: 1732633.

HSL color Cylindrical-coordinate representation of color #19701A: hue angle of 120.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19701A is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB2511226-
CMYK0.7800.770.56
HSL120.69º63.5%26.86%-
HSV(B)120.69º77.68%43.92%-
XYZ6.3811.872.93-
YUV76.1899.6891.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 112 (44.14% from 255) = 68.71%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=15.34%
G=68.71%
B=15.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112260.7800.770.56120.6963.526.86
Hex19701A4E04D3879401b
Octal311603211601157017110033
Binary110011110000110101001110010011011110001111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,112,26); }

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

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

 a { background-color: rgb(25,112,26); }

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

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

 span { border-color: rgb(25,112,26); }

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