#1B6812

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

Shades of San Felix #1B6812

Tints of San Felix #1B6812

Color information

#1B6812 (or 0x1B6812) is unknown color: approx San Felix. HEX triplet: 1B, 68 and 12. RGB value is (27,104,18). Sum of RGB (Red+Green+Blue) = 27+104+18=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #1B6812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6812 is #E497ED. Grayscale: #474747. Windows color (decimal): -14981102 or 1206299. OLE color: 1206299.

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

Color convert

RGB2710418-
CMYK0.7400.830.59
HSL113.72º70.49%23.92%-
HSV(B)113.72º82.69%40.78%-
XYZ5.5110.182.25-
YUV71.1797.9996.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 104 (41.02% from 255) = 69.80%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=18.12%
G=69.80%
B=12.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27104180.7400.830.59113.7270.4923.92
Hex1B68124A0533B724618
Octal331502211201237316210630
Binary110111101000100101001010010100111110111110010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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