#122D1A

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

Shades of Deep Fir #122D1A

Tints of Deep Fir #122D1A

Color information

#122D1A (or 0x122D1A) is unknown color: approx Deep Fir. HEX triplet: 12, 2D and 1A. RGB value is (18,45,26). Sum of RGB (Red+Green+Blue) = 18+45+26=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #122D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D1A is #EDD2E5. Grayscale: #222222. Windows color (decimal): -15586022 or 1715474. OLE color: 1715474.

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

Color convert

RGB184526-
CMYK0.600.420.82
HSL137.78º42.86%12.35%-
HSV(B)137.78º60%17.65%-
XYZ1.372.081.31-
YUV34.76123.05116.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 45 (17.97% from 255) = 50.56%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=20.22%
G=50.56%
B=29.21%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845260.600.420.82137.7842.8612.35
Hex122D1A3C02A528a2bc
Octal225532740521222125314
Binary100101011011101011110001010101010010100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,45,26); }

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

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

 a { background-color: rgb(18,45,26); }

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

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

 span { border-color: rgb(18,45,26); }

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