#031510

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

Shades of Dark Green #031510

Tints of Dark Green #031510

Color information

#031510 (or 0x031510) is unknown color: approx Dark Green. HEX triplet: 03, 15 and 10. RGB value is (3,21,16). Sum of RGB (Red+Green+Blue) = 3+21+16=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #031510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031510 is #FCEAEF. Grayscale: #0F0F0F. Windows color (decimal): -16575216 or 1053955. OLE color: 1053955.

HSL color Cylindrical-coordinate representation of color #031510: hue angle of 163.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031510 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB32116-
CMYK0.8600.240.92
HSL163.33º75%4.71%-
HSV(B)163.33º85.71%8.24%-
XYZ0.40.590.58-
YUV15.05128.54119.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 21 (8.59% from 255) = 52.5%
BLUE value IS 16 (6.64% from 255) = 40%
R=7.5%
G=52.5%
B=40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal321160.8600.240.92163.33754.71
Hex31510560185Ca34b5
Octal325201260301342431135
Binary11101011000010101100110001011100101000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031510; }

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

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

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

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

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

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

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

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