#1B6811

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

Shades of San Felix #1B6811

Tints of San Felix #1B6811

Color information

#1B6811 (or 0x1B6811) is unknown color: approx San Felix. HEX triplet: 1B, 68 and 11. RGB value is (27,104,17). Sum of RGB (Red+Green+Blue) = 27+104+17=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #1B6811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6811 is #E497EE. Grayscale: #474747. Windows color (decimal): -14981103 or 1140763. OLE color: 1140763.

HSL color Cylindrical-coordinate representation of color #1B6811: hue angle of 113.1º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6811 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB2710417-
CMYK0.7400.840.59
HSL113.1º71.9%23.73%-
HSV(B)113.1º83.65%40.78%-
XYZ5.510.172.2-
YUV71.0697.4996.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.24%
GREEN value IS 104 (41.02% from 255) = 70.27%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=18.24%
G=70.27%
B=11.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27104170.7400.840.59113.171.923.73
Hex1B68114A0543B714818
Octal331502111201247316111030
Binary110111101000100011001010010101001110111110001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,104,17); }

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

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

 a { background-color: rgb(27,104,17); }

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

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

 span { border-color: rgb(27,104,17); }

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