#0D2D18

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

Shades of Deep Fir #0D2D18

Tints of Deep Fir #0D2D18

Color information

#0D2D18 (or 0x0D2D18) is unknown color: approx Deep Fir. HEX triplet: 0D, 2D and 18. RGB value is (13,45,24). Sum of RGB (Red+Green+Blue) = 13+45+24=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 45 (17.97% from 255 or 54.88% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2D18 is #F2D2E7. Grayscale: #212121. Windows color (decimal): -15913704 or 1584397. OLE color: 1584397.

HSL color Cylindrical-coordinate representation of color #0D2D18: hue angle of 140.62º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D18 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB134524-
CMYK0.7100.470.82
HSL140.62º55.17%11.37%-
HSV(B)140.62º71.11%17.65%-
XYZ1.272.031.19-
YUV33.04122.9113.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.85%
GREEN value IS 45 (17.97% from 255) = 54.88%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=15.85%
G=54.88%
B=29.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1345240.7100.470.82140.6255.1711.37
HexD2D184702F528d37b
Octal1555301070571222156713
Binary110110110111000100011101011111010010100011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,45,24); }

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

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

 a { background-color: rgb(13,45,24); }

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

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

 span { border-color: rgb(13,45,24); }

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