#0D3013

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

Shades of Deep Fir #0D3013

Tints of Deep Fir #0D3013

Color information

#0D3013 (or 0x0D3013) is unknown color: approx Deep Fir. HEX triplet: 0D, 30 and 13. RGB value is (13,48,19). Sum of RGB (Red+Green+Blue) = 13+48+19=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3013 is #F2CFEC. Grayscale: #222222. Windows color (decimal): -15912941 or 1257485. OLE color: 1257485.

HSL color Cylindrical-coordinate representation of color #0D3013: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3013 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB134819-
CMYK0.7300.600.81
HSL130.29º57.38%11.96%-
HSV(B)130.29º72.92%18.82%-
XYZ1.342.250.98-
YUV34.23119.4112.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=16.25%
G=60%
B=23.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348190.7300.600.81130.2957.3811.96
HexD30134903C518239c
Octal1560231110741212027114
Binary110111000010011100100101111001010001100000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,19); }

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

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

 a { background-color: rgb(13,48,19); }

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

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

 span { border-color: rgb(13,48,19); }

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