#00310D

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

Shades of Dark Green #00310D

Tints of Dark Green #00310D

Color information

#00310D (or 0x00310D) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 0D. RGB value is (0,49,13). Sum of RGB (Red+Green+Blue) = 0+49+13=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 49 (19.53% from 255 or 79.03% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 49 - color contains mainly: green. Hex color #00310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00310D is #FFCEF2. Grayscale: #1E1E1E. Windows color (decimal): -16764659 or 864512. OLE color: 864512.

HSL color Cylindrical-coordinate representation of color #00310D: hue angle of 135.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00310D is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB04913-
CMYK100.730.81
HSL135.92º100%9.61%-
HSV(B)135.92º100%19.22%-
XYZ1.172.230.75-
YUV30.24118.27106.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 79.03%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=0%
G=79.03%
B=20.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04913100.730.81135.921009.61
Hex031D64049518864a
Octal06115144011112121014412
Binary0110001110111001000100100110100011000100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00310D; }

 p { color: rgb(0,49,13); }

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

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

 a { background-color: rgb(0,49,13); }

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

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

 span { border-color: rgb(0,49,13); }

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