#0A3F18

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

Shades of Deep Fir #0A3F18

Tints of Deep Fir #0A3F18

Color information

#0A3F18 (or 0x0A3F18) is unknown color: approx Deep Fir. HEX triplet: 0A, 3F and 18. RGB value is (10,63,24). Sum of RGB (Red+Green+Blue) = 10+63+24=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 63 (25% from 255 or 64.95% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3F18 is #F5C0E7. Grayscale: #2A2A2A. Windows color (decimal): -16105704 or 1589002. OLE color: 1589002.

HSL color Cylindrical-coordinate representation of color #0A3F18: hue angle of 135.85º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F18 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB106324-
CMYK0.8400.620.75
HSL135.85º72.6%14.31%-
HSV(B)135.85º84.13%24.71%-
XYZ2.073.691.47-
YUV42.71117.44104.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 63 (25% from 255) = 64.95%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=10.31%
G=64.95%
B=24.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1063240.8400.620.75135.8572.614.31
HexA3F185403E4B8849e
Octal12773012407611321011116
Binary1010111111110001010100011111010010111000100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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