#0D2320

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

Shades of Dark Green #0D2320

Tints of Dark Green #0D2320

Color information

#0D2320 (or 0x0D2320) is unknown color: approx Dark Green. HEX triplet: 0D, 23 and 20. RGB value is (13,35,32). Sum of RGB (Red+Green+Blue) = 13+35+32=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2320 is #F2DCDF. Grayscale: #1C1C1C. Windows color (decimal): -15916256 or 2106125. OLE color: 2106125.

HSL color Cylindrical-coordinate representation of color #0D2320: hue angle of 171.82º 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 #0D2320 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB133532-
CMYK0.6300.090.86
HSL171.82º45.83%9.41%-
HSV(B)171.82º62.86%13.73%-
XYZ1.031.391.58-
YUV28.08130.21117.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 35 (14.06% from 255) = 43.75%
BLUE value IS 32 (12.89% from 255) = 40%
R=16.25%
G=43.75%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335320.6300.090.86171.8245.839.41
HexD23203F0956ac2e9
Octal154340770111262545611
Binary1101100011100000111111010011010110101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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