#0D2318

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

Shades of Dark Green #0D2318

Tints of Dark Green #0D2318

Color information

#0D2318 (or 0x0D2318) is unknown color: approx Dark Green. HEX triplet: 0D, 23 and 18. RGB value is (13,35,24). Sum of RGB (Red+Green+Blue) = 13+35+24=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2318 is #F2DCE7. Grayscale: #1B1B1B. Windows color (decimal): -15916264 or 1581837. OLE color: 1581837.

HSL color Cylindrical-coordinate representation of color #0D2318: hue angle of 150º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2318 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB133524-
CMYK0.6300.310.86
HSL150º45.83%9.41%-
HSV(B)150º62.86%13.73%-
XYZ0.931.351.08-
YUV27.17126.21117.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=18.06%
G=48.61%
B=33.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335240.6300.310.8615045.839.41
HexD23183F01F56962e9
Octal154330770371262265611
Binary1101100011110001111110111111010110100101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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