#122A19

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

Shades of Deep Fir #122A19

Tints of Deep Fir #122A19

Color information

#122A19 (or 0x122A19) is unknown color: approx Deep Fir. HEX triplet: 12, 2A and 19. RGB value is (18,42,25). Sum of RGB (Red+Green+Blue) = 18+42+25=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 42 - color contains mainly: green. Hex color #122A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A19 is #EDD5E6. Grayscale: #202020. Windows color (decimal): -15586791 or 1649170. OLE color: 1649170.

HSL color Cylindrical-coordinate representation of color #122A19: hue angle of 137.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A19 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB184225-
CMYK0.5700.400.84
HSL137.5º40%11.76%-
HSV(B)137.5º57.14%16.47%-
XYZ1.251.851.21-
YUV32.89123.55117.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 42 (16.80% from 255) = 49.41%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=21.18%
G=49.41%
B=29.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842250.5700.400.84137.54011.76
Hex122A1939028548a28c
Octal225231710501242125014
Binary100101010101100111100101010001010100100010101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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