#12371F

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

Shades of Deep Fir #12371F

Tints of Deep Fir #12371F

Color information

#12371F (or 0x12371F) is unknown color: approx Deep Fir. HEX triplet: 12, 37 and 1F. RGB value is (18,55,31). Sum of RGB (Red+Green+Blue) = 18+55+31=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #12371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12371F is #EDC8E0. Grayscale: #292929. Windows color (decimal): -15583457 or 2045714. OLE color: 2045714.

HSL color Cylindrical-coordinate representation of color #12371F: hue angle of 141.08º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12371F is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB185531-
CMYK0.6700.440.78
HSL141.08º50.68%14.31%-
HSV(B)141.08º67.27%21.57%-
XYZ1.862.961.77-
YUV41.2122.24111.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=17.31%
G=52.88%
B=29.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855310.6700.440.78141.0850.6814.31
Hex12371F4302C4E8d33e
Octal2267371030541162156316
Binary1001011011111111100001101011001001110100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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