#031E10

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

Shades of Dark Green #031E10

Tints of Dark Green #031E10

Color information

#031E10 (or 0x031E10) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 10. RGB value is (3,30,16). Sum of RGB (Red+Green+Blue) = 3+30+16=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #031E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E10 is #FCE1EF. Grayscale: #141414. Windows color (decimal): -16572912 or 1056259. OLE color: 1056259.

HSL color Cylindrical-coordinate representation of color #031E10: hue angle of 148.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E10 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB33016-
CMYK0.9000.470.88
HSL148.89º81.82%6.47%-
HSV(B)148.89º90%11.76%-
XYZ0.60.990.65-
YUV20.33125.55115.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 30 (12.11% from 255) = 61.22%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=6.12%
G=61.22%
B=32.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330160.9000.470.88148.8981.826.47
Hex31E105A02F5895526
Octal336201320571302251226
Binary111111010000101101001011111011000100101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031E10; }

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

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

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

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

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

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

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

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