#031E0F

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

Shades of Dark Green #031E0F

Tints of Dark Green #031E0F

Color information

#031E0F (or 0x031E0F) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 0F. RGB value is (3,30,15). Sum of RGB (Red+Green+Blue) = 3+30+15=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0F is #FCE1F0. Grayscale: #141414. Windows color (decimal): -16572913 or 990723. OLE color: 990723.

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

Color convert

RGB33015-
CMYK0.9000.50.88
HSL146.67º81.82%6.47%-
HSV(B)146.67º90%11.76%-
XYZ0.590.980.61-
YUV20.22125.05115.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 30 (12.11% from 255) = 62.5%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=6.25%
G=62.5%
B=31.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330150.9000.50.88146.6781.826.47
Hex31EF5A0325893526
Octal336171320621302231226
Binary11111101111101101001100101011000100100111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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