#122A1B

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

Shades of Deep Fir #122A1B

Tints of Deep Fir #122A1B

Color information

#122A1B (or 0x122A1B) is unknown color: approx Deep Fir. HEX triplet: 12, 2A and 1B. RGB value is (18,42,27). Sum of RGB (Red+Green+Blue) = 18+42+27=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #122A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A1B is #EDD5E4. Grayscale: #212121. Windows color (decimal): -15586789 or 1780242. OLE color: 1780242.

HSL color Cylindrical-coordinate representation of color #122A1B: hue angle of 142.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 #122A1B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.

Color convert

RGB184227-
CMYK0.5700.360.84
HSL142.5º40%11.76%-
HSV(B)142.5º57.14%16.47%-
XYZ1.281.861.33-
YUV33.11124.55117.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 42 (16.80% from 255) = 48.28%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=20.69%
G=48.28%
B=31.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842270.5700.360.84142.54011.76
Hex122A1B39024548e28c
Octal225233710441242165014
Binary100101010101101111100101001001010100100011101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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