#1D6020

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

Shades of San Felix #1D6020

Tints of San Felix #1D6020

Color information

#1D6020 (or 0x1D6020) is unknown color: approx San Felix. HEX triplet: 1D, 60 and 20. RGB value is (29,96,32). Sum of RGB (Red+Green+Blue) = 29+96+32=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6020 is #E29FDF. Grayscale: #444444. Windows color (decimal): -14852064 or 2121757. OLE color: 2121757.

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

Color convert

RGB299632-
CMYK0.7000.670.62
HSL122.69º53.6%24.51%-
HSV(B)122.69º69.79%37.65%-
XYZ4.958.732.79-
YUV68.67107.399.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=18.47%
G=61.15%
B=20.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996320.7000.670.62122.6953.624.51
Hex1D6020460433E7b3619
Octal35140401060103761736631
Binary111011100000100000100011001000011111110111101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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