#122C19

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

Shades of Deep Fir #122C19

Tints of Deep Fir #122C19

Color information

#122C19 (or 0x122C19) is unknown color: approx Deep Fir. HEX triplet: 12, 2C and 19. RGB value is (18,44,25). Sum of RGB (Red+Green+Blue) = 18+44+25=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #122C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C19 is #EDD3E6. Grayscale: #222222. Windows color (decimal): -15586279 or 1649682. OLE color: 1649682.

HSL color Cylindrical-coordinate representation of color #122C19: hue angle of 136.15º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C19 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.

Color convert

RGB184425-
CMYK0.5900.430.83
HSL136.15º41.94%12.16%-
HSV(B)136.15º59.09%17.25%-
XYZ1.3321.24-
YUV34.06122.89116.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 44 (17.58% from 255) = 50.57%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=20.69%
G=50.57%
B=28.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844250.5900.430.83136.1541.9412.16
Hex122C193B02B53882ac
Octal225431730531232105214
Binary100101011001100111101101010111010011100010001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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