#1D7329

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

Shades of San Felix #1D7329

Tints of San Felix #1D7329

Color information

#1D7329 (or 0x1D7329) is unknown color: approx San Felix. HEX triplet: 1D, 73 and 29. RGB value is (29,115,41). Sum of RGB (Red+Green+Blue) = 29+115+41=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7329 is #E28CD6. Grayscale: #515151. Windows color (decimal): -14847191 or 2716445. OLE color: 2716445.

HSL color Cylindrical-coordinate representation of color #1D7329: hue angle of 128.37º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7329 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB2911541-
CMYK0.7500.640.55
HSL128.37º59.72%28.24%-
HSV(B)128.37º74.78%45.1%-
XYZ7.0412.684.17-
YUV80.85105.5191.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=15.68%
G=62.16%
B=22.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115410.7500.640.55128.3759.7228.24
Hex1D73294B04037803c1c
Octal35163511130100672007434
Binary1110111100111010011001011010000001101111000000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,41); }

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

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

 a { background-color: rgb(29,115,41); }

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

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

 span { border-color: rgb(29,115,41); }

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