#12301D

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

Shades of Deep Fir #12301D

Tints of Deep Fir #12301D

Color information

#12301D (or 0x12301D) is unknown color: approx Deep Fir. HEX triplet: 12, 30 and 1D. RGB value is (18,48,29). Sum of RGB (Red+Green+Blue) = 18+48+29=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #12301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12301D is #EDCFE2. Grayscale: #242424. Windows color (decimal): -15585251 or 1912850. OLE color: 1912850.

HSL color Cylindrical-coordinate representation of color #12301D: hue angle of 142º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12301D is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB184829-
CMYK0.6300.400.81
HSL142º45.45%12.94%-
HSV(B)142º62.5%18.82%-
XYZ1.532.331.53-
YUV36.86123.56114.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=18.95%
G=50.53%
B=30.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848290.6300.400.8114245.4512.94
Hex12301D3F028518e2dd
Octal226035770501212165515
Binary100101100001110111111101010001010001100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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