#122E19

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

Shades of Deep Fir #122E19

Tints of Deep Fir #122E19

Color information

#122E19 (or 0x122E19) is unknown color: approx Deep Fir. HEX triplet: 12, 2E and 19. RGB value is (18,46,25). Sum of RGB (Red+Green+Blue) = 18+46+25=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #122E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E19 is #EDD1E6. Grayscale: #232323. Windows color (decimal): -15585767 or 1650194. OLE color: 1650194.

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

Color convert

RGB184625-
CMYK0.6100.460.82
HSL135º43.75%12.55%-
HSV(B)135º60.87%18.04%-
XYZ1.42.151.26-
YUV35.23122.22115.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 46 (18.36% from 255) = 51.69%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=20.22%
G=51.69%
B=28.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846250.6100.460.8213543.7512.55
Hex122E193D02E52872cd
Octal225631750561222075415
Binary100101011101100111110101011101010010100001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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