#12381D

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

Shades of Deep Fir #12381D

Tints of Deep Fir #12381D

Color information

#12381D (or 0x12381D) is unknown color: approx Deep Fir. HEX triplet: 12, 38 and 1D. RGB value is (18,56,29). Sum of RGB (Red+Green+Blue) = 18+56+29=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #12381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12381D is #EDC7E2. Grayscale: #292929. Windows color (decimal): -15583203 or 1914898. OLE color: 1914898.

HSL color Cylindrical-coordinate representation of color #12381D: hue angle of 137.37º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12381D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB185629-
CMYK0.6800.480.78
HSL137.37º51.35%14.51%-
HSV(B)137.37º67.86%21.96%-
XYZ1.893.051.65-
YUV41.56120.91111.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=17.48%
G=54.37%
B=28.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856290.6800.480.78137.3751.3514.51
Hex12381D440304E8933f
Octal2270351040601162116317
Binary1001011100011101100010001100001001110100010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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