#12421E

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

Shades of Deep Fir #12421E

Tints of Deep Fir #12421E

Color information

#12421E (or 0x12421E) is unknown color: approx Deep Fir. HEX triplet: 12, 42 and 1E. RGB value is (18,66,30). Sum of RGB (Red+Green+Blue) = 18+66+30=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #12421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12421E is #EDBDE1. Grayscale: #2F2F2F. Windows color (decimal): -15580642 or 1982994. OLE color: 1982994.

HSL color Cylindrical-coordinate representation of color #12421E: hue angle of 135º 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 #12421E is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB186630-
CMYK0.7300.550.74
HSL135º57.14%16.47%-
HSV(B)135º72.73%25.88%-
XYZ2.434.121.9-
YUV47.54118.1106.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 66 (26.17% from 255) = 57.89%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=15.79%
G=57.89%
B=26.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866300.7300.550.7413557.1416.47
Hex12421E490374A873910
Octal22102361110671122077120
Binary100101000010111101001001011011110010101000011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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