#0A2C13

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

Shades of Deep Fir #0A2C13

Tints of Deep Fir #0A2C13

Color information

#0A2C13 (or 0x0A2C13) is unknown color: approx Deep Fir. HEX triplet: 0A, 2C and 13. RGB value is (10,44,19). Sum of RGB (Red+Green+Blue) = 10+44+19=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 44 (17.58% from 255 or 60.27% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 44 - color contains mainly: green. Hex color #0A2C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2C13 is #F5D3EC. Grayscale: #1F1F1F. Windows color (decimal): -16110573 or 1256458. OLE color: 1256458.

HSL color Cylindrical-coordinate representation of color #0A2C13: hue angle of 135.88º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2C13 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB104419-
CMYK0.7700.570.83
HSL135.88º62.96%10.59%-
HSV(B)135.88º77.27%17.25%-
XYZ1.141.910.93-
YUV30.98121.24113.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.70%
GREEN value IS 44 (17.58% from 255) = 60.27%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=13.70%
G=60.27%
B=26.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1044190.7700.570.83135.8862.9610.59
HexA2C134D03953883fb
Octal1254231150711232107713
Binary101010110010011100110101110011010011100010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,44,19); }

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

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

 a { background-color: rgb(10,44,19); }

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

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

 span { border-color: rgb(10,44,19); }

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