#12701D

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

Shades of San Felix #12701D

Tints of San Felix #12701D

Color information

#12701D (or 0x12701D) is unknown color: approx San Felix. HEX triplet: 12, 70 and 1D. RGB value is (18,112,29). Sum of RGB (Red+Green+Blue) = 18+112+29=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #12701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701D is #ED8FE2. Grayscale: #4A4A4A. Windows color (decimal): -15568867 or 1929234. OLE color: 1929234.

HSL color Cylindrical-coordinate representation of color #12701D: hue angle of 127.02º 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 #12701D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1811229-
CMYK0.8400.740.56
HSL127.02º72.31%25.49%-
HSV(B)127.02º83.93%43.92%-
XYZ6.2711.813.11-
YUV74.43102.3687.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 112 (44.14% from 255) = 70.44%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=11.32%
G=70.44%
B=18.24%

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
Decimal18112290.8400.740.56127.0272.3125.49
Hex12701D5404A387f4819
Octal221603512401127017711031
Binary100101110000111011010100010010101110001111111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12701D; }

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

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

<style>
 a { background-color: #12701D; }

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

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

<style>
 span { border-color: #12701D; }

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

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