#122F1D

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

Shades of Deep Fir #122F1D

Tints of Deep Fir #122F1D

Color information

#122F1D (or 0x122F1D) is unknown color: approx Deep Fir. HEX triplet: 12, 2F and 1D. RGB value is (18,47,29). Sum of RGB (Red+Green+Blue) = 18+47+29=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #122F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F1D is #EDD0E2. Grayscale: #242424. Windows color (decimal): -15585507 or 1912594. OLE color: 1912594.

HSL color Cylindrical-coordinate representation of color #122F1D: hue angle of 142.76º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F1D is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB184729-
CMYK0.6200.380.82
HSL142.76º44.62%12.75%-
HSV(B)142.76º61.7%18.43%-
XYZ1.492.251.52-
YUV36.28123.89114.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=19.15%
G=50%
B=30.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847290.6200.380.82142.7644.6212.75
Hex122F1D3E026528f2dd
Octal225735760461222175515
Binary100101011111110111111001001101010010100011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,47,29); }

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

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

 a { background-color: rgb(18,47,29); }

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

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

 span { border-color: rgb(18,47,29); }

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