#0D2217

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

Shades of Dark Green #0D2217

Tints of Dark Green #0D2217

Color information

#0D2217 (or 0x0D2217) is unknown color: approx Dark Green. HEX triplet: 0D, 22 and 17. RGB value is (13,34,23). Sum of RGB (Red+Green+Blue) = 13+34+23=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2217 is #F2DDE8. Grayscale: #1A1A1A. Windows color (decimal): -15916521 or 1516045. OLE color: 1516045.

HSL color Cylindrical-coordinate representation of color #0D2217: hue angle of 148.57º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2217 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB133423-
CMYK0.6200.320.87
HSL148.57º44.68%9.22%-
HSV(B)148.57º61.76%13.33%-
XYZ0.891.291.01-
YUV26.47126.04118.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 34 (13.67% from 255) = 48.57%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=18.57%
G=48.57%
B=32.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1334230.6200.320.87148.5744.689.22
HexD22173E02057952d9
Octal154227760401272255511
Binary11011000101011111111001000001010111100101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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