#1D6024

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

Shades of San Felix #1D6024

Tints of San Felix #1D6024

Color information

#1D6024 (or 0x1D6024) is unknown color: approx San Felix. HEX triplet: 1D, 60 and 24. RGB value is (29,96,36). Sum of RGB (Red+Green+Blue) = 29+96+36=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6024 is #E29FDB. Grayscale: #454545. Windows color (decimal): -14852060 or 2383901. OLE color: 2383901.

HSL color Cylindrical-coordinate representation of color #1D6024: hue angle of 126.27º 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 #1D6024 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB299636-
CMYK0.7000.620.62
HSL126.27º53.6%24.51%-
HSV(B)126.27º69.79%37.65%-
XYZ5.018.753.09-
YUV69.13109.399.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=18.01%
G=59.63%
B=22.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996360.7000.620.62126.2753.624.51
Hex1D60244603E3E7e3619
Octal3514044106076761766631
Binary11101110000010010010001100111110111110111111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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