#00311E

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

Shades of Dark Green #00311E

Tints of Dark Green #00311E

Color information

#00311E (or 0x00311E) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 1E. RGB value is (0,49,30). Sum of RGB (Red+Green+Blue) = 0+49+30=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #00311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311E is #FFCEE1. Grayscale: #202020. Windows color (decimal): -16764642 or 1978624. OLE color: 1978624.

HSL color Cylindrical-coordinate representation of color #00311E: hue angle of 156.73º 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 #00311E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB04930-
CMYK100.390.81
HSL156.73º100%9.61%-
HSV(B)156.73º100%19.22%-
XYZ1.332.291.6-
YUV32.18126.77105.04-

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) = 62.03%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=0%
G=62.03%
B=37.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04930100.390.81156.731009.61
Hex0311E64027519d64a
Octal0613614404712123514412
Binary0110001111101100100010011110100011001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00311E; }

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

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

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

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

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

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

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

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