#0D3E18

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

Shades of Deep Fir #0D3E18

Tints of Deep Fir #0D3E18

Color information

#0D3E18 (or 0x0D3E18) is unknown color: approx Deep Fir. HEX triplet: 0D, 3E and 18. RGB value is (13,62,24). Sum of RGB (Red+Green+Blue) = 13+62+24=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3E18 is #F2C1E7. Grayscale: #2B2B2B. Windows color (decimal): -15909352 or 1588749. OLE color: 1588749.

HSL color Cylindrical-coordinate representation of color #0D3E18: hue angle of 133.47º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3E18 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB136224-
CMYK0.7900.610.76
HSL133.47º65.33%14.71%-
HSV(B)133.47º79.03%24.31%-
XYZ2.053.61.45-
YUV43.02117.27106.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 62 (24.61% from 255) = 62.63%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=13.13%
G=62.63%
B=24.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1362240.7900.610.76133.4765.3314.71
HexD3E184F03D4C8541f
Octal15763011707511420510117
Binary1101111110110001001111011110110011001000010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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