#031514

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

Shades of Dark Green #031514

Tints of Dark Green #031514

Color information

#031514 (or 0x031514) is unknown color: approx Dark Green. HEX triplet: 03, 15 and 14. RGB value is (3,21,20). Sum of RGB (Red+Green+Blue) = 3+21+20=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #031514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031514 is #FCEAEB. Grayscale: #0F0F0F. Windows color (decimal): -16575212 or 1316099. OLE color: 1316099.

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

Color convert

RGB32120-
CMYK0.8600.050.92
HSL176.67º75%4.71%-
HSV(B)176.67º85.71%8.24%-
XYZ0.430.610.76-
YUV15.5130.54119.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=6.82%
G=47.73%
B=45.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal321200.8600.050.92176.67754.71
Hex3151456055Cb14b5
Octal32524126051342611135
Binary111010110100101011001011011100101100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031514; }

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

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

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

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

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

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

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

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