#1D6915

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

Shades of San Felix #1D6915

Tints of San Felix #1D6915

Color information

#1D6915 (or 0x1D6915) is unknown color: approx San Felix. HEX triplet: 1D, 69 and 15. RGB value is (29,105,21). Sum of RGB (Red+Green+Blue) = 29+105+21=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6915 is #E296EA. Grayscale: #484848. Windows color (decimal): -14849771 or 1403165. OLE color: 1403165.

HSL color Cylindrical-coordinate representation of color #1D6915: hue angle of 114.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6915 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB2910521-
CMYK0.7200.800.59
HSL114.29º66.67%24.71%-
HSV(B)114.29º80%41.18%-
XYZ5.6910.422.42-
YUV72.798.8296.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 105 (41.41% from 255) = 67.74%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=18.71%
G=67.74%
B=13.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29105210.7200.800.59114.2966.6724.71
Hex1D6915480503B724319
Octal351512511001207316210331
Binary111011101001101011001000010100001110111110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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