#031515

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

Shades of Dark Green #031515

Tints of Dark Green #031515

Color information

#031515 (or 0x031515) is unknown color: approx Dark Green. HEX triplet: 03, 15 and 15. RGB value is (3,21,21). Sum of RGB (Red+Green+Blue) = 3+21+21=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #031515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031515 is #FCEAEA. Grayscale: #0F0F0F. Windows color (decimal): -16575211 or 1381635. OLE color: 1381635.

HSL color Cylindrical-coordinate representation of color #031515: hue angle of 180º 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 #031515 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB32121-
CMYK0.86000.92
HSL180º75%4.71%-
HSV(B)180º85.71%8.24%-
XYZ0.440.610.8-
YUV15.62131.04119-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=6.67%
G=46.67%
B=46.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal321210.86000.92180754.71
Hex3151556005Cb44b5
Octal32525126001342641135
Binary1110101101011010110001011100101101001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031515; }

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

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

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

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

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

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

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

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