#1B641D

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

Shades of San Felix #1B641D

Tints of San Felix #1B641D

Color information

#1B641D (or 0x1B641D) is unknown color: approx San Felix. HEX triplet: 1B, 64 and 1D. RGB value is (27,100,29). Sum of RGB (Red+Green+Blue) = 27+100+29=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 100 (39.45% from 255 or 64.10% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 100 - color contains mainly: green. Hex color #1B641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B641D is #E49BE2. Grayscale: #464646. Windows color (decimal): -14982115 or 1926171. OLE color: 1926171.

HSL color Cylindrical-coordinate representation of color #1B641D: hue angle of 121.64º 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 #1B641D is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB2710029-
CMYK0.7300.710.61
HSL121.64º57.48%24.9%-
HSV(B)121.64º73%39.22%-
XYZ5.239.442.71-
YUV70.08104.8297.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.31%
GREEN value IS 100 (39.45% from 255) = 64.10%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=17.31%
G=64.10%
B=18.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal27100290.7300.710.61121.6457.4824.9
Hex1B641D490473D7a3919
Octal33144351110107751727131
Binary11011110010011101100100101000111111101111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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