#19701E

Color #19701E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #19701E

Tints of San Felix #19701E

Color information

#19701E (or 0x19701E) is unknown color: approx San Felix. HEX triplet: 19, 70 and 1E. RGB value is (25,112,30). Sum of RGB (Red+Green+Blue) = 25+112+30=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #19701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19701E is #E68FE1. Grayscale: #4C4C4C. Windows color (decimal): -15110114 or 1994777. OLE color: 1994777.

HSL color Cylindrical-coordinate representation of color #19701E: hue angle of 123.45º 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 #19701E is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB2511230-
CMYK0.7800.730.56
HSL123.45º63.5%26.86%-
HSV(B)123.45º77.68%43.92%-
XYZ6.4311.893.18-
YUV76.64101.6891.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 112 (44.14% from 255) = 67.07%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=14.97%
G=67.07%
B=17.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112300.7800.730.56123.4563.526.86
Hex19701E4E049387b401b
Octal311603611601117017310033
Binary110011110000111101001110010010011110001111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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