#12331E

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

Shades of Deep Fir #12331E

Tints of Deep Fir #12331E

Color information

#12331E (or 0x12331E) is unknown color: approx Deep Fir. HEX triplet: 12, 33 and 1E. RGB value is (18,51,30). Sum of RGB (Red+Green+Blue) = 18+51+30=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #12331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331E is #EDCCE1. Grayscale: #262626. Windows color (decimal): -15584482 or 1979154. OLE color: 1979154.

HSL color Cylindrical-coordinate representation of color #12331E: hue angle of 141.82º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12331E is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB185130-
CMYK0.6500.410.8
HSL141.82º47.83%13.53%-
HSV(B)141.82º64.71%20%-
XYZ1.672.591.64-
YUV38.74123.07113.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=18.18%
G=51.52%
B=30.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851300.6500.410.8141.8247.8313.53
Hex12331E41029508e30e
Octal2263361010511202166016
Binary1001011001111110100000101010011010000100011101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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