#126D1D

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

Shades of San Felix #126D1D

Tints of San Felix #126D1D

Color information

#126D1D (or 0x126D1D) is unknown color: approx San Felix. HEX triplet: 12, 6D and 1D. RGB value is (18,109,29). Sum of RGB (Red+Green+Blue) = 18+109+29=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #126D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D1D is #ED92E2. Grayscale: #484848. Windows color (decimal): -15569635 or 1928466. OLE color: 1928466.

HSL color Cylindrical-coordinate representation of color #126D1D: hue angle of 127.25º 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 #126D1D is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB1810929-
CMYK0.8300.730.57
HSL127.25º71.65%24.9%-
HSV(B)127.25º83.49%42.75%-
XYZ5.9411.153-
YUV72.67103.3589-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 109 (42.97% from 255) = 69.87%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=11.54%
G=69.87%
B=18.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109290.8300.730.57127.2571.6524.9
Hex126D1D53049397f4819
Octal221553512301117117711031
Binary100101101101111011010011010010011110011111111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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