#01311E

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

Shades of Dark Green #01311E

Tints of Dark Green #01311E

Color information

#01311E (or 0x01311E) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 1E. RGB value is (1,49,30). Sum of RGB (Red+Green+Blue) = 1+49+30=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #01311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01311E is #FECEE1. Grayscale: #202020. Windows color (decimal): -16699106 or 1978625. OLE color: 1978625.

HSL color Cylindrical-coordinate representation of color #01311E: hue angle of 156.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01311E is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB14930-
CMYK0.9800.390.81
HSL156.25º96%9.8%-
HSV(B)156.25º97.96%19.22%-
XYZ1.352.31.6-
YUV32.48126.6105.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 49 (19.53% from 255) = 61.25%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=1.25%
G=61.25%
B=37.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149300.9800.390.81156.25969.8
Hex1311E62027519c60a
Octal1613614204712123414012
Binary1110001111101100010010011110100011001110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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