#0D201C

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

Shades of Dark Green #0D201C

Tints of Dark Green #0D201C

Color information

#0D201C (or 0x0D201C) is unknown color: approx Dark Green. HEX triplet: 0D, 20 and 1C. RGB value is (13,32,28). Sum of RGB (Red+Green+Blue) = 13+32+28=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #0D201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D201C is #F2DFE3. Grayscale: #191919. Windows color (decimal): -15917028 or 1843213. OLE color: 1843213.

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

Color convert

RGB133228-
CMYK0.5900.120.87
HSL167.37º42.22%8.82%-
HSV(B)167.37º59.38%12.55%-
XYZ0.891.21.28-
YUV25.86129.21118.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=17.81%
G=43.84%
B=38.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1332280.5900.120.87167.3742.228.82
HexD201C3B0C57a72a9
Octal154034730141272475211
Binary110110000011100111011011001010111101001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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