#1D651B

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

Shades of San Felix #1D651B

Tints of San Felix #1D651B

Color information

#1D651B (or 0x1D651B) is unknown color: approx San Felix. HEX triplet: 1D, 65 and 1B. RGB value is (29,101,27). Sum of RGB (Red+Green+Blue) = 29+101+27=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #1D651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D651B is #E29AE4. Grayscale: #474747. Windows color (decimal): -14850789 or 1795357. OLE color: 1795357.

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

Color convert

RGB2910127-
CMYK0.7100.730.60
HSL118.38º57.81%25.1%-
HSV(B)118.38º73.27%39.61%-
XYZ5.369.652.62-
YUV71.04103.1598.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=18.47%
G=64.33%
B=17.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29101270.7100.730.60118.3857.8125.1
Hex1D651B470493C763a19
Octal35145331070111741667231
Binary11101110010111011100011101001001111100111011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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