#0A3018

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

Shades of Deep Fir #0A3018

Tints of Deep Fir #0A3018

Color information

#0A3018 (or 0x0A3018) is unknown color: approx Deep Fir. HEX triplet: 0A, 30 and 18. RGB value is (10,48,24). Sum of RGB (Red+Green+Blue) = 10+48+24=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3018 is #F5CFE7. Grayscale: #212121. Windows color (decimal): -16109544 or 1585162. OLE color: 1585162.

HSL color Cylindrical-coordinate representation of color #0A3018: hue angle of 142.11º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A3018 is Cyan = 0.79, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB104824-
CMYK0.7900.50.81
HSL142.11º65.52%11.37%-
HSV(B)142.11º79.17%18.82%-
XYZ1.352.241.23-
YUV33.9122.41110.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=12.20%
G=58.54%
B=29.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048240.7900.50.81142.1165.5211.37
HexA30184F032518e42b
Octal12603011706212121610213
Binary1010110000110001001111011001010100011000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,24); }

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

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

 a { background-color: rgb(10,48,24); }

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

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

 span { border-color: rgb(10,48,24); }

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