#122E1D

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

Shades of Deep Fir #122E1D

Tints of Deep Fir #122E1D

Color information

#122E1D (or 0x122E1D) is unknown color: approx Deep Fir. HEX triplet: 12, 2E and 1D. RGB value is (18,46,29). Sum of RGB (Red+Green+Blue) = 18+46+29=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1D is #EDD1E2. Grayscale: #232323. Windows color (decimal): -15585763 or 1912338. OLE color: 1912338.

HSL color Cylindrical-coordinate representation of color #122E1D: hue angle of 143.57º 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 #122E1D is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB184629-
CMYK0.6100.370.82
HSL143.57º43.75%12.55%-
HSV(B)143.57º60.87%18.04%-
XYZ1.452.171.51-
YUV35.69124.22115.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 46 (18.36% from 255) = 49.46%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=19.35%
G=49.46%
B=31.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846290.6100.370.82143.5743.7512.55
Hex122E1D3D02552902cd
Octal225635750451222205415
Binary100101011101110111110101001011010010100100001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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