#1D6814

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

Shades of San Felix #1D6814

Tints of San Felix #1D6814

Color information

#1D6814 (or 0x1D6814) is unknown color: approx San Felix. HEX triplet: 1D, 68 and 14. RGB value is (29,104,20). Sum of RGB (Red+Green+Blue) = 29+104+20=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #1D6814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6814 is #E297EB. Grayscale: #484848. Windows color (decimal): -14850028 or 1337373. OLE color: 1337373.

HSL color Cylindrical-coordinate representation of color #1D6814: hue angle of 113.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6814 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB2910420-
CMYK0.7200.810.59
HSL113.57º67.74%24.31%-
HSV(B)113.57º80.77%40.78%-
XYZ5.5810.212.34-
YUV7298.6597.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=18.95%
G=67.97%
B=13.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29104200.7200.810.59113.5767.7424.31
Hex1D6814480513B724418
Octal351502411001217316210430
Binary111011101000101001001000010100011110111110010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,104,20); }

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

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

 a { background-color: rgb(29,104,20); }

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

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

 span { border-color: rgb(29,104,20); }

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