#1F6614

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

Shades of San Felix #1F6614

Tints of San Felix #1F6614

Color information

#1F6614 (or 0x1F6614) is unknown color: approx San Felix. HEX triplet: 1F, 66 and 14. RGB value is (31,102,20). Sum of RGB (Red+Green+Blue) = 31+102+20=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6614 is #E099EB. Grayscale: #474747. Windows color (decimal): -14719468 or 1336863. OLE color: 1336863.

HSL color Cylindrical-coordinate representation of color #1F6614: hue angle of 111.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F6614 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB3110220-
CMYK0.7000.800.6
HSL111.95º67.21%23.92%-
HSV(B)111.95º80.39%40%-
XYZ5.449.842.28-
YUV71.4298.9899.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 102 (40.23% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=20.26%
G=66.67%
B=13.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31102200.7000.800.6111.9567.2123.92
Hex1F6614460503C704318
Octal371462410601207416010330
Binary111111100110101001000110010100001111001110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F6614; }

 p { color: rgb(31,102,20); }

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

<style>
 a { background-color: #1F6614; }

 a { background-color: rgb(31,102,20); }

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

<style>
 span { border-color: #1F6614; }

 span { border-color: rgb(31,102,20); }

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