#122F1E

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

Shades of Deep Fir #122F1E

Tints of Deep Fir #122F1E

Color information

#122F1E (or 0x122F1E) is unknown color: approx Deep Fir. HEX triplet: 12, 2F and 1E. RGB value is (18,47,30). Sum of RGB (Red+Green+Blue) = 18+47+30=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #122F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F1E is #EDD0E1. Grayscale: #242424. Windows color (decimal): -15585506 or 1978130. OLE color: 1978130.

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

Color convert

RGB184730-
CMYK0.6200.360.82
HSL144.83º44.62%12.75%-
HSV(B)144.83º61.7%18.43%-
XYZ1.52.261.58-
YUV36.39124.39114.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 47 (18.75% from 255) = 49.47%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=18.95%
G=49.47%
B=31.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847300.6200.360.82144.8344.6212.75
Hex122F1E3E02452912dd
Octal225736760441222215515
Binary100101011111111011111001001001010010100100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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