#1D6219

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

Shades of San Felix #1D6219

Tints of San Felix #1D6219

Color information

#1D6219 (or 0x1D6219) is unknown color: approx San Felix. HEX triplet: 1D, 62 and 19. RGB value is (29,98,25). Sum of RGB (Red+Green+Blue) = 29+98+25=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #1D6219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6219 is #E29DE6. Grayscale: #454545. Windows color (decimal): -14851559 or 1663517. OLE color: 1663517.

HSL color Cylindrical-coordinate representation of color #1D6219: hue angle of 116.71º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6219 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB299825-
CMYK0.7000.740.62
HSL116.71º59.35%24.12%-
HSV(B)116.71º74.49%38.43%-
XYZ5.059.072.4-
YUV69.05103.1499.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=19.08%
G=64.47%
B=16.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2998250.7000.740.62116.7159.3524.12
Hex1D62194604A3E753b18
Octal35142311060112761657330
Binary11101110001011001100011001001010111110111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,98,25); }

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

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

 a { background-color: rgb(29,98,25); }

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

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

 span { border-color: rgb(29,98,25); }

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