#122E1A

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

Shades of Deep Fir #122E1A

Tints of Deep Fir #122E1A

Color information

#122E1A (or 0x122E1A) is unknown color: approx Deep Fir. HEX triplet: 12, 2E and 1A. RGB value is (18,46,26). Sum of RGB (Red+Green+Blue) = 18+46+26=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1A is #EDD1E5. Grayscale: #232323. Windows color (decimal): -15585766 or 1715730. OLE color: 1715730.

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

Color convert

RGB184626-
CMYK0.6100.430.82
HSL137.14º43.75%12.55%-
HSV(B)137.14º60.87%18.04%-
XYZ1.412.161.32-
YUV35.35122.72115.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=20%
G=51.11%
B=28.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846260.6100.430.82137.1443.7512.55
Hex122E1A3D02B52892cd
Octal225632750531222115415
Binary100101011101101011110101010111010010100010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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