#1D631B

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

Shades of San Felix #1D631B

Tints of San Felix #1D631B

Color information

#1D631B (or 0x1D631B) is unknown color: approx San Felix. HEX triplet: 1D, 63 and 1B. RGB value is (29,99,27). Sum of RGB (Red+Green+Blue) = 29+99+27=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #1D631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D631B is #E29CE4. Grayscale: #464646. Windows color (decimal): -14851301 or 1794845. OLE color: 1794845.

HSL color Cylindrical-coordinate representation of color #1D631B: hue angle of 118.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D631B is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB299927-
CMYK0.7100.730.61
HSL118.33º57.14%24.71%-
HSV(B)118.33º72.73%38.82%-
XYZ5.179.262.55-
YUV69.86103.8198.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 99 (39.06% from 255) = 63.87%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=18.71%
G=63.87%
B=17.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2999270.7100.730.61118.3357.1424.71
Hex1D631B470493D763919
Octal35143331070111751667131
Binary11101110001111011100011101001001111101111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,99,27); }

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

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

 a { background-color: rgb(29,99,27); }

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

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

 span { border-color: rgb(29,99,27); }

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