#1D6615

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

Shades of San Felix #1D6615

Tints of San Felix #1D6615

Color information

#1D6615 (or 0x1D6615) is unknown color: approx San Felix. HEX triplet: 1D, 66 and 15. RGB value is (29,102,21). Sum of RGB (Red+Green+Blue) = 29+102+21=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #1D6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6615 is #E299EA. Grayscale: #474747. Windows color (decimal): -14850539 or 1402397. OLE color: 1402397.

HSL color Cylindrical-coordinate representation of color #1D6615: hue angle of 114.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D6615 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB2910221-
CMYK0.7200.790.6
HSL114.07º65.85%24.12%-
HSV(B)114.07º79.41%40%-
XYZ5.399.822.32-
YUV70.9499.8298.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 102 (40.23% from 255) = 67.11%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=19.08%
G=67.11%
B=13.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29102210.7200.790.6114.0765.8524.12
Hex1D66154804F3C724218
Octal351462511001177416210230
Binary111011100110101011001000010011111111001110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,102,21); }

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

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

 a { background-color: rgb(29,102,21); }

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

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

 span { border-color: rgb(29,102,21); }

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