#1B651F

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

Shades of San Felix #1B651F

Tints of San Felix #1B651F

Color information

#1B651F (or 0x1B651F) is unknown color: approx San Felix. HEX triplet: 1B, 65 and 1F. RGB value is (27,101,31). Sum of RGB (Red+Green+Blue) = 27+101+31=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #1B651F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B651F is #E49AE0. Grayscale: #474747. Windows color (decimal): -14981857 or 2057499. OLE color: 2057499.

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

Color convert

RGB2710131-
CMYK0.7300.690.60
HSL123.24º57.81%25.1%-
HSV(B)123.24º73.27%39.61%-
XYZ5.359.642.87-
YUV70.89105.4896.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.98%
GREEN value IS 101 (39.84% from 255) = 63.52%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=16.98%
G=63.52%
B=19.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27101310.7300.690.60123.2457.8125.1
Hex1B651F490453C7b3a19
Octal33145371110105741737231
Binary11011110010111111100100101000101111100111101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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