#1D6A17

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

Shades of San Felix #1D6A17

Tints of San Felix #1D6A17

Color information

#1D6A17 (or 0x1D6A17) is unknown color: approx San Felix. HEX triplet: 1D, 6A and 17. RGB value is (29,106,23). Sum of RGB (Red+Green+Blue) = 29+106+23=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6A17 is #E295E8. Grayscale: #494949. Windows color (decimal): -14849513 or 1534493. OLE color: 1534493.

HSL color Cylindrical-coordinate representation of color #1D6A17: hue angle of 115.66º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D6A17 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB2910623-
CMYK0.7300.780.58
HSL115.66º64.34%25.29%-
HSV(B)115.66º78.3%41.57%-
XYZ5.8210.632.56-
YUV73.5299.4996.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 106 (41.80% from 255) = 67.09%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=18.35%
G=67.09%
B=14.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29106230.7300.780.58115.6664.3425.29
Hex1D6A174904E3A744019
Octal351522711101167216410031
Binary111011101010101111001001010011101110101110100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,106,23); }

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

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

 a { background-color: rgb(29,106,23); }

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

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

 span { border-color: rgb(29,106,23); }

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