#0D2317

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

Shades of Dark Green #0D2317

Tints of Dark Green #0D2317

Color information

#0D2317 (or 0x0D2317) is unknown color: approx Dark Green. HEX triplet: 0D, 23 and 17. RGB value is (13,35,23). Sum of RGB (Red+Green+Blue) = 13+35+23=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2317 is #F2DCE8. Grayscale: #1B1B1B. Windows color (decimal): -15916265 or 1516301. OLE color: 1516301.

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

Color convert

RGB133523-
CMYK0.6300.340.86
HSL147.27º45.83%9.41%-
HSV(B)147.27º62.86%13.73%-
XYZ0.921.351.02-
YUV27.05125.71117.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.31%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=18.31%
G=49.30%
B=32.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335230.6300.340.86147.2745.839.41
HexD23173F02256932e9
Octal154327770421262235611
Binary11011000111011111111101000101010110100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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