#122E1C

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

Shades of Deep Fir #122E1C

Tints of Deep Fir #122E1C

Color information

#122E1C (or 0x122E1C) is unknown color: approx Deep Fir. HEX triplet: 12, 2E and 1C. RGB value is (18,46,28). Sum of RGB (Red+Green+Blue) = 18+46+28=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1C is #EDD1E3. Grayscale: #232323. Windows color (decimal): -15585764 or 1846802. OLE color: 1846802.

HSL color Cylindrical-coordinate representation of color #122E1C: hue angle of 141.43º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E1C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.

Color convert

RGB184628-
CMYK0.6100.390.82
HSL141.43º43.75%12.55%-
HSV(B)141.43º60.87%18.04%-
XYZ1.442.171.44-
YUV35.58123.72115.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 46 (18.36% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=19.57%
G=50%
B=30.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846280.6100.390.82141.4343.7512.55
Hex122E1C3D027528d2cd
Octal225634750471222155415
Binary100101011101110011110101001111010010100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E1C; }

 p { color: rgb(18,46,28); }

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

<style>
 a { background-color: #122E1C; }

 a { background-color: rgb(18,46,28); }

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

<style>
 span { border-color: #122E1C; }

 span { border-color: rgb(18,46,28); }

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