#0A481E

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

Shades of Deep Fir #0A481E

Tints of Deep Fir #0A481E

Color information

#0A481E (or 0x0A481E) is unknown color: approx Deep Fir. HEX triplet: 0A, 48 and 1E. RGB value is (10,72,30). Sum of RGB (Red+Green+Blue) = 10+72+30=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481E is #F5B7E1. Grayscale: #303030. Windows color (decimal): -16103394 or 1984522. OLE color: 1984522.

HSL color Cylindrical-coordinate representation of color #0A481E: hue angle of 139.35º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A481E is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB107230-
CMYK0.8600.580.72
HSL139.35º75.61%16.08%-
HSV(B)139.35º86.11%28.24%-
XYZ2.684.792.01-
YUV48.67117.46100.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 72 (28.52% from 255) = 64.29%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=8.93%
G=64.29%
B=26.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072300.8600.580.72139.3575.6116.08
HexA481E5603A488b4c10
Octal121103612607211021311420
Binary101010010001111010101100111010100100010001011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,30); }

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

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

 a { background-color: rgb(10,72,30); }

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

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

 span { border-color: rgb(10,72,30); }

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