#1B711F

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

Shades of San Felix #1B711F

Tints of San Felix #1B711F

Color information

#1B711F (or 0x1B711F) is unknown color: approx San Felix. HEX triplet: 1B, 71 and 1F. RGB value is (27,113,31). Sum of RGB (Red+Green+Blue) = 27+113+31=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #1B711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B711F is #E48EE0. Grayscale: #4E4E4E. Windows color (decimal): -14978785 or 2060571. OLE color: 2060571.

HSL color Cylindrical-coordinate representation of color #1B711F: hue angle of 122.79º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B711F is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB2711331-
CMYK0.7600.730.56
HSL122.79º61.43%27.45%-
HSV(B)122.79º76.11%44.31%-
XYZ6.612.143.29-
YUV77.94101.5191.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=15.79%
G=66.08%
B=18.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27113310.7600.730.56122.7961.4327.45
Hex1B711F4C049387b3d1b
Octal33161371140111701737533
Binary11011111000111111100110001001001111000111101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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