#0A2713

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

Shades of Deep Fir #0A2713

Tints of Deep Fir #0A2713

Color information

#0A2713 (or 0x0A2713) is unknown color: approx Deep Fir. HEX triplet: 0A, 27 and 13. RGB value is (10,39,19). Sum of RGB (Red+Green+Blue) = 10+39+19=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2713 is #F5D8EC. Grayscale: #1C1C1C. Windows color (decimal): -16111853 or 1255178. OLE color: 1255178.

HSL color Cylindrical-coordinate representation of color #0A2713: hue angle of 138.62º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2713 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB103919-
CMYK0.7400.510.85
HSL138.62º59.18%9.61%-
HSV(B)138.62º74.36%15.29%-
XYZ0.971.560.87-
YUV28.05122.89115.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 39 (15.62% from 255) = 57.35%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=14.71%
G=57.35%
B=27.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1039190.7400.510.85138.6259.189.61
HexA27134A033558b3ba
Octal1247231120631252137312
Binary101010011110011100101001100111010101100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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