#0D3015

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

Shades of Deep Fir #0D3015

Tints of Deep Fir #0D3015

Color information

#0D3015 (or 0x0D3015) is unknown color: approx Deep Fir. HEX triplet: 0D, 30 and 15. RGB value is (13,48,21). Sum of RGB (Red+Green+Blue) = 13+48+21=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3015 is #F2CFEA. Grayscale: #222222. Windows color (decimal): -15912939 or 1388557. OLE color: 1388557.

HSL color Cylindrical-coordinate representation of color #0D3015: hue angle of 133.71º 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 #0D3015 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB134821-
CMYK0.7300.560.81
HSL133.71º57.38%11.96%-
HSV(B)133.71º72.92%18.82%-
XYZ1.362.251.07-
YUV34.46120.4112.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.85%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=15.85%
G=58.54%
B=25.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348210.7300.560.81133.7157.3811.96
HexD301549038518639c
Octal1560251110701212067114
Binary110111000010101100100101110001010001100001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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