#12281A

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

Shades of Deep Fir #12281A

Tints of Deep Fir #12281A

Color information

#12281A (or 0x12281A) is unknown color: approx Deep Fir. HEX triplet: 12, 28 and 1A. RGB value is (18,40,26). Sum of RGB (Red+Green+Blue) = 18+40+26=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #12281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12281A is #EDD7E5. Grayscale: #1F1F1F. Windows color (decimal): -15587302 or 1714194. OLE color: 1714194.

HSL color Cylindrical-coordinate representation of color #12281A: hue angle of 141.82º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #12281A is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB184026-
CMYK0.5500.350.84
HSL141.82º37.93%11.37%-
HSV(B)141.82º55%15.69%-
XYZ1.191.721.25-
YUV31.83124.71118.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=21.43%
G=47.62%
B=30.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840260.5500.350.84141.8237.9311.37
Hex12281A37023548e26b
Octal225032670431242164613
Binary100101010001101011011101000111010100100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12281A; }

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

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

<style>
 a { background-color: #12281A; }

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

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

<style>
 span { border-color: #12281A; }

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

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