#19700C

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

Shades of Green #19700C

Tints of Green #19700C

Color information

#19700C (or 0x19700C) is unknown color: approx Green. HEX triplet: 19, 70 and 0C. RGB value is (25,112,12). Sum of RGB (Red+Green+Blue) = 25+112+12=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #19700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19700C is #E68FF3. Grayscale: #4A4A4A. Windows color (decimal): -15110132 or 815129. OLE color: 815129.

HSL color Cylindrical-coordinate representation of color #19700C: hue angle of 112.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19700C is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB2511212-
CMYK0.7800.890.56
HSL112.2º80.65%24.31%-
HSV(B)112.2º89.29%43.92%-
XYZ6.2611.822.3-
YUV74.5992.6892.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 112 (44.14% from 255) = 75.17%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=16.78%
G=75.17%
B=8.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112120.7800.890.56112.280.6524.31
Hex1970C4E05938705118
Octal311601411601317016012130
Binary11001111000011001001110010110011110001110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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