#1D631D

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

Shades of San Felix #1D631D

Tints of San Felix #1D631D

Color information

#1D631D (or 0x1D631D) is unknown color: approx San Felix. HEX triplet: 1D, 63 and 1D. RGB value is (29,99,29). Sum of RGB (Red+Green+Blue) = 29+99+29=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #1D631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D631D is #E29CE2. Grayscale: #464646. Windows color (decimal): -14851299 or 1925917. OLE color: 1925917.

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

Color convert

RGB299929-
CMYK0.7100.710.61
HSL120º54.69%25.1%-
HSV(B)120º70.71%38.82%-
XYZ5.199.272.68-
YUV70.09104.8198.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 99 (39.06% from 255) = 63.06%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=18.47%
G=63.06%
B=18.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2999290.7100.710.6112054.6925.1
Hex1D631D470473D783719
Octal35143351070107751706731
Binary11101110001111101100011101000111111101111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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