#12301E

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

Shades of Deep Fir #12301E

Tints of Deep Fir #12301E

Color information

#12301E (or 0x12301E) is unknown color: approx Deep Fir. HEX triplet: 12, 30 and 1E. RGB value is (18,48,30). Sum of RGB (Red+Green+Blue) = 18+48+30=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #12301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12301E is #EDCFE1. Grayscale: #252525. Windows color (decimal): -15585250 or 1978386. OLE color: 1978386.

HSL color Cylindrical-coordinate representation of color #12301E: hue angle of 144º 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 #12301E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB184830-
CMYK0.6300.370.81
HSL144º45.45%12.94%-
HSV(B)144º62.5%18.82%-
XYZ1.542.341.6-
YUV36.98124.06114.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=18.75%
G=50%
B=31.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848300.6300.370.8114445.4512.94
Hex12301E3F02551902dd
Octal226036770451212205515
Binary100101100001111011111101001011010001100100001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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