#031D0F

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

Shades of Dark Green #031D0F

Tints of Dark Green #031D0F

Color information

#031D0F (or 0x031D0F) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 0F. RGB value is (3,29,15). Sum of RGB (Red+Green+Blue) = 3+29+15=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0F is #FCE2F0. Grayscale: #131313. Windows color (decimal): -16573169 or 990467. OLE color: 990467.

HSL color Cylindrical-coordinate representation of color #031D0F: hue angle of 147.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D0F is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB32915-
CMYK0.9000.480.89
HSL147.69º81.25%6.27%-
HSV(B)147.69º89.66%11.37%-
XYZ0.560.930.6-
YUV19.63125.39116.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=6.38%
G=61.70%
B=31.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal329150.9000.480.89147.6981.256.27
Hex31DF5A0305994516
Octal335171320601312241216
Binary11111011111101101001100001011001100101001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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