#126F1D

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

Shades of San Felix #126F1D

Tints of San Felix #126F1D

Color information

#126F1D (or 0x126F1D) is unknown color: approx San Felix. HEX triplet: 12, 6F and 1D. RGB value is (18,111,29). Sum of RGB (Red+Green+Blue) = 18+111+29=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #126F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F1D is #ED90E2. Grayscale: #4A4A4A. Windows color (decimal): -15569123 or 1928978. OLE color: 1928978.

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

Color convert

RGB1811129-
CMYK0.8400.740.56
HSL127.1º72.09%25.29%-
HSV(B)127.1º83.78%43.53%-
XYZ6.1611.593.07-
YUV73.84102.6988.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 111 (43.75% from 255) = 70.25%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=11.39%
G=70.25%
B=18.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111290.8400.740.56127.172.0925.29
Hex126F1D5404A387f4819
Octal221573512401127017711031
Binary100101101111111011010100010010101110001111111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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