#126D1C

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

Shades of San Felix #126D1C

Tints of San Felix #126D1C

Color information

#126D1C (or 0x126D1C) is unknown color: approx San Felix. HEX triplet: 12, 6D and 1C. RGB value is (18,109,28). Sum of RGB (Red+Green+Blue) = 18+109+28=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #126D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D1C is #ED92E3. Grayscale: #484848. Windows color (decimal): -15569636 or 1862930. OLE color: 1862930.

HSL color Cylindrical-coordinate representation of color #126D1C: hue angle of 126.59º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D1C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1810928-
CMYK0.8300.740.57
HSL126.59º71.65%24.9%-
HSV(B)126.59º83.49%42.75%-
XYZ5.9311.152.94-
YUV72.56102.8589.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 109 (42.97% from 255) = 70.32%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=11.61%
G=70.32%
B=18.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109280.8300.740.57126.5971.6524.9
Hex126D1C5304A397f4819
Octal221553412301127117711031
Binary100101101101111001010011010010101110011111111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126D1C; }

 p { color: rgb(18,109,28); }

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

<style>
 a { background-color: #126D1C; }

 a { background-color: rgb(18,109,28); }

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

<style>
 span { border-color: #126D1C; }

 span { border-color: rgb(18,109,28); }

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