#0D2418

Color #0D2418 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0D2418

Tints of Dark Green #0D2418

Color information

#0D2418 (or 0x0D2418) is unknown color: approx Dark Green. HEX triplet: 0D, 24 and 18. RGB value is (13,36,24). Sum of RGB (Red+Green+Blue) = 13+36+24=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2418 is #F2DBE7. Grayscale: #1B1B1B. Windows color (decimal): -15916008 or 1582093. OLE color: 1582093.

HSL color Cylindrical-coordinate representation of color #0D2418: hue angle of 148.7º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D2418 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB133624-
CMYK0.6400.330.86
HSL148.7º46.94%9.61%-
HSV(B)148.7º63.89%14.12%-
XYZ0.961.411.09-
YUV27.76125.88117.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=17.81%
G=49.32%
B=32.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1336240.6400.330.86148.746.949.61
HexD24184002156952fa
Octal1544301000411262255712
Binary110110010011000100000001000011010110100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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