#0D1F15

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

Shades of Dark Green #0D1F15

Tints of Dark Green #0D1F15

Color information

#0D1F15 (or 0x0D1F15) is unknown color: approx Dark Green. HEX triplet: 0D, 1F and 15. RGB value is (13,31,21). Sum of RGB (Red+Green+Blue) = 13+31+21=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F15 is #F2E0EA. Grayscale: #181818. Windows color (decimal): -15917291 or 1384205. OLE color: 1384205.

HSL color Cylindrical-coordinate representation of color #0D1F15: hue angle of 146.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F15 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB133121-
CMYK0.5800.320.88
HSL146.67º40.91%8.63%-
HSV(B)146.67º58.06%12.16%-
XYZ0.791.120.88-
YUV24.48126.04119.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=20%
G=47.69%
B=32.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331210.5800.320.88146.6740.918.63
HexD1F153A0205893299
Octal153725720401302235111
Binary1101111111010111101001000001011000100100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,31,21); }

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

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

 a { background-color: rgb(13,31,21); }

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

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

 span { border-color: rgb(13,31,21); }

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