#1D601F

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

Shades of San Felix #1D601F

Tints of San Felix #1D601F

Color information

#1D601F (or 0x1D601F) is unknown color: approx San Felix. HEX triplet: 1D, 60 and 1F. RGB value is (29,96,31). Sum of RGB (Red+Green+Blue) = 29+96+31=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #1D601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D601F is #E29FE0. Grayscale: #444444. Windows color (decimal): -14852065 or 2056221. OLE color: 2056221.

HSL color Cylindrical-coordinate representation of color #1D601F: hue angle of 121.79º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D601F is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB299631-
CMYK0.7000.680.62
HSL121.79º53.6%24.51%-
HSV(B)121.79º69.79%37.65%-
XYZ4.948.732.72-
YUV68.56106.899.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 96 (37.89% from 255) = 61.54%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=18.59%
G=61.54%
B=19.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996310.7000.680.62121.7953.624.51
Hex1D601F460443E7a3619
Octal35140371060104761726631
Binary11101110000011111100011001000100111110111101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,31); }

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

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

 a { background-color: rgb(29,96,31); }

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

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

 span { border-color: rgb(29,96,31); }

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