#0A3F1D

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

Shades of Deep Fir #0A3F1D

Tints of Deep Fir #0A3F1D

Color information

#0A3F1D (or 0x0A3F1D) is unknown color: approx Deep Fir. HEX triplet: 0A, 3F and 1D. RGB value is (10,63,29). Sum of RGB (Red+Green+Blue) = 10+63+29=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F1D is #F5C0E2. Grayscale: #2B2B2B. Windows color (decimal): -16105699 or 1916682. OLE color: 1916682.

HSL color Cylindrical-coordinate representation of color #0A3F1D: hue angle of 141.51º 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 #0A3F1D is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB106329-
CMYK0.8400.540.75
HSL141.51º72.6%14.31%-
HSV(B)141.51º84.13%24.71%-
XYZ2.123.711.77-
YUV43.28119.94104.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.80%
GREEN value IS 63 (25% from 255) = 61.76%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=9.80%
G=61.76%
B=28.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1063290.8400.540.75141.5172.614.31
HexA3F1D540364B8e49e
Octal12773512406611321611116
Binary1010111111111011010100011011010010111000111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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