#031914

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

Shades of Dark Green #031914

Tints of Dark Green #031914

Color information

#031914 (or 0x031914) is unknown color: approx Dark Green. HEX triplet: 03, 19 and 14. RGB value is (3,25,20). Sum of RGB (Red+Green+Blue) = 3+25+20=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #031914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031914 is #FCE6EB. Grayscale: #111111. Windows color (decimal): -16574188 or 1317123. OLE color: 1317123.

HSL color Cylindrical-coordinate representation of color #031914: hue angle of 166.36º 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 #031914 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB32520-
CMYK0.8800.200.90
HSL166.36º78.57%5.49%-
HSV(B)166.36º88%9.8%-
XYZ0.510.770.78-
YUV17.85129.21117.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 25 (10.16% from 255) = 52.08%
BLUE value IS 20 (8.20% from 255) = 41.67%
R=6.25%
G=52.08%
B=41.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal325200.8800.200.90166.3678.575.49
Hex31914580145Aa64f5
Octal331241300241322461175
Binary11110011010010110000101001011010101001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031914; }

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

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

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

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

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

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

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

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