#1D621E

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

Shades of San Felix #1D621E

Tints of San Felix #1D621E

Color information

#1D621E (or 0x1D621E) is unknown color: approx San Felix. HEX triplet: 1D, 62 and 1E. RGB value is (29,98,30). Sum of RGB (Red+Green+Blue) = 29+98+30=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #1D621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D621E is #E29DE1. Grayscale: #454545. Windows color (decimal): -14851554 or 1991197. OLE color: 1991197.

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

Color convert

RGB299830-
CMYK0.7000.690.62
HSL120.87º54.33%24.9%-
HSV(B)120.87º70.41%38.43%-
XYZ5.119.092.71-
YUV69.62105.6499.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=18.47%
G=62.42%
B=19.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2998300.7000.690.62120.8754.3324.9
Hex1D621E460453E793619
Octal35142361060105761716631
Binary11101110001011110100011001000101111110111100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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