#0A441F

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

Shades of Deep Fir #0A441F

Tints of Deep Fir #0A441F

Color information

#0A441F (or 0x0A441F) is unknown color: approx Deep Fir. HEX triplet: 0A, 44 and 1F. RGB value is (10,68,31). Sum of RGB (Red+Green+Blue) = 10+68+31=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #0A441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A441F is #F5BBE0. Grayscale: #2E2E2E. Windows color (decimal): -16104417 or 2049034. OLE color: 2049034.

HSL color Cylindrical-coordinate representation of color #0A441F: hue angle of 141.72º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A441F is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB106831-
CMYK0.8500.540.73
HSL141.72º74.36%15.29%-
HSV(B)141.72º85.29%26.67%-
XYZ2.444.32-
YUV46.44119.28102.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.17%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=9.17%
G=62.39%
B=28.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068310.8500.540.73141.7274.3615.29
HexA441F55036498e4af
Octal121043712506611121611217
Binary10101000100111111010101011011010010011000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A441F; }

 p { color: rgb(10,68,31); }

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

<style>
 a { background-color: #0A441F; }

 a { background-color: rgb(10,68,31); }

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

<style>
 span { border-color: #0A441F; }

 span { border-color: rgb(10,68,31); }

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