#12421B

Color #12421B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #12421B

Tints of Deep Fir #12421B

Color information

#12421B (or 0x12421B) is unknown color: approx Deep Fir. HEX triplet: 12, 42 and 1B. RGB value is (18,66,27). Sum of RGB (Red+Green+Blue) = 18+66+27=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #12421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12421B is #EDBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15580645 or 1786386. OLE color: 1786386.

HSL color Cylindrical-coordinate representation of color #12421B: hue angle of 131.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12421B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB186627-
CMYK0.7300.590.74
HSL131.25º57.14%16.47%-
HSV(B)131.25º72.73%25.88%-
XYZ2.44.11.7-
YUV47.2116.6107.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 66 (26.17% from 255) = 59.46%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=16.22%
G=59.46%
B=24.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866270.7300.590.74131.2557.1416.47
Hex12421B4903B4A833910
Octal22102331110731122037120
Binary100101000010110111001001011101110010101000001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12421B; }

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

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

<style>
 a { background-color: #12421B; }

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

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

<style>
 span { border-color: #12421B; }

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

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