#12421F

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

Shades of Deep Fir #12421F

Tints of Deep Fir #12421F

Color information

#12421F (or 0x12421F) is unknown color: approx Deep Fir. HEX triplet: 12, 42 and 1F. RGB value is (18,66,31). Sum of RGB (Red+Green+Blue) = 18+66+31=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #12421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12421F is #EDBDE0. Grayscale: #2F2F2F. Windows color (decimal): -15580641 or 2048530. OLE color: 2048530.

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

Color convert

RGB186631-
CMYK0.7300.530.74
HSL136.25º57.14%16.47%-
HSV(B)136.25º72.73%25.88%-
XYZ2.444.121.96-
YUV47.66118.6106.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=15.65%
G=57.39%
B=26.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866310.7300.530.74136.2557.1416.47
Hex12421F490354A883910
Octal22102371110651122107120
Binary100101000010111111001001011010110010101000100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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