#0A3B1E

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

Shades of Deep Fir #0A3B1E

Tints of Deep Fir #0A3B1E

Color information

#0A3B1E (or 0x0A3B1E) is unknown color: approx Deep Fir. HEX triplet: 0A, 3B and 1E. RGB value is (10,59,30). Sum of RGB (Red+Green+Blue) = 10+59+30=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 59 (23.44% from 255 or 59.60% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B1E is #F5C4E1. Grayscale: #292929. Windows color (decimal): -16106722 or 1981194. OLE color: 1981194.

HSL color Cylindrical-coordinate representation of color #0A3B1E: hue angle of 144.49º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B1E is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB105930-
CMYK0.8300.490.77
HSL144.49º71.01%13.53%-
HSV(B)144.49º83.05%23.14%-
XYZ1.923.291.76-
YUV41.04121.77105.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.10%
GREEN value IS 59 (23.44% from 255) = 59.60%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=10.10%
G=59.60%
B=30.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1059300.8300.490.77144.4971.0113.53
HexA3B1E530314D9047e
Octal12733612306111522010716
Binary1010111011111101010011011000110011011001000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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