#196E1F

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

Shades of San Felix #196E1F

Tints of San Felix #196E1F

Color information

#196E1F (or 0x196E1F) is unknown color: approx San Felix. HEX triplet: 19, 6E and 1F. RGB value is (25,110,31). Sum of RGB (Red+Green+Blue) = 25+110+31=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 110 (43.36% from 255 or 66.27% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 110 - color contains mainly: green. Hex color #196E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E1F is #E691E0. Grayscale: #4B4B4B. Windows color (decimal): -15110625 or 2059801. OLE color: 2059801.

HSL color Cylindrical-coordinate representation of color #196E1F: hue angle of 124.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E1F is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB2511031-
CMYK0.7700.720.57
HSL124.24º62.96%26.47%-
HSV(B)124.24º77.27%43.14%-
XYZ6.2211.463.18-
YUV75.58102.8491.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 110 (43.36% from 255) = 66.27%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=15.06%
G=66.27%
B=18.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110310.7700.720.57124.2462.9626.47
Hex196E1F4D048397c3f1a
Octal31156371150110711747732
Binary11001110111011111100110101001000111001111110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196E1F; }

 p { color: rgb(25,110,31); }

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

<style>
 a { background-color: #196E1F; }

 a { background-color: rgb(25,110,31); }

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

<style>
 span { border-color: #196E1F; }

 span { border-color: rgb(25,110,31); }

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