#0D1C13

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

Shades of Dark Green #0D1C13

Tints of Dark Green #0D1C13

Color information

#0D1C13 (or 0x0D1C13) is unknown color: approx Dark Green. HEX triplet: 0D, 1C and 13. RGB value is (13,28,19). Sum of RGB (Red+Green+Blue) = 13+28+19=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C13 is #F2E3EC. Grayscale: #161616. Windows color (decimal): -15918061 or 1252365. OLE color: 1252365.

HSL color Cylindrical-coordinate representation of color #0D1C13: hue angle of 144º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D1C13 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB132819-
CMYK0.5400.320.89
HSL144º36.59%8.04%-
HSV(B)144º53.57%10.98%-
XYZ0.70.960.77-
YUV22.49126.03121.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=21.67%
G=46.67%
B=31.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1328190.5400.320.8914436.598.04
HexD1C13360205990258
Octal153423660401312204510
Binary1101111001001111011001000001011001100100001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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