#031915

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

Shades of Dark Green #031915

Tints of Dark Green #031915

Color information

#031915 (or 0x031915) is unknown color: approx Dark Green. HEX triplet: 03, 19 and 15. RGB value is (3,25,21). Sum of RGB (Red+Green+Blue) = 3+25+21=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #031915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031915 is #FCE6EA. Grayscale: #111111. Windows color (decimal): -16574187 or 1382659. OLE color: 1382659.

HSL color Cylindrical-coordinate representation of color #031915: hue angle of 169.09º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031915 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB32521-
CMYK0.8800.160.90
HSL169.09º78.57%5.49%-
HSV(B)169.09º88%9.8%-
XYZ0.520.770.83-
YUV17.97129.71117.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=6.12%
G=51.02%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal325210.8800.160.90169.0978.575.49
Hex31915580105Aa94f5
Octal331251300201322511175
Binary11110011010110110000100001011010101010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031915; }

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

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

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

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

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

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

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

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