#0D4115

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

Shades of Deep Fir #0D4115

Tints of Deep Fir #0D4115

Color information

#0D4115 (or 0x0D4115) is unknown color: approx Deep Fir. HEX triplet: 0D, 41 and 15. RGB value is (13,65,21). Sum of RGB (Red+Green+Blue) = 13+65+21=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4115 is #F2BEEA. Grayscale: #2C2C2C. Windows color (decimal): -15908587 or 1392909. OLE color: 1392909.

HSL color Cylindrical-coordinate representation of color #0D4115: hue angle of 129.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4115 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB136521-
CMYK0.8000.680.75
HSL129.23º66.67%15.29%-
HSV(B)129.23º80%25.49%-
XYZ2.193.921.35-
YUV44.44114.77105.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 65 (25.78% from 255) = 65.66%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=13.13%
G=65.66%
B=21.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1365210.8000.680.75129.2366.6715.29
HexD4115500444B8143f
Octal1510125120010411320110317
Binary110110000011010110100000100010010010111000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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