#031D15

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

Shades of Dark Green #031D15

Tints of Dark Green #031D15

Color information

#031D15 (or 0x031D15) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 15. RGB value is (3,29,21). Sum of RGB (Red+Green+Blue) = 3+29+21=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #031D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D15 is #FCE2EA. Grayscale: #141414. Windows color (decimal): -16573163 or 1383683. OLE color: 1383683.

HSL color Cylindrical-coordinate representation of color #031D15: hue angle of 161.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D15 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.

Color convert

RGB32921-
CMYK0.9000.280.89
HSL161.54º81.25%6.27%-
HSV(B)161.54º89.66%11.37%-
XYZ0.610.950.86-
YUV20.31128.39115.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=5.66%
G=54.72%
B=39.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal329210.9000.280.89161.5481.256.27
Hex31D155A01C59a2516
Octal335251320341312421216
Binary11111011010110110100111001011001101000101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D15; }

 p { color: rgb(3,29,21); }

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

<style>
 a { background-color: #031D15; }

 a { background-color: rgb(3,29,21); }

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

<style>
 span { border-color: #031D15; }

 span { border-color: rgb(3,29,21); }

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