#013931

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

Shades of Dark Green #013931

Tints of Dark Green #013931

Color information

#013931 (or 0x013931) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 31. RGB value is (1,57,49). Sum of RGB (Red+Green+Blue) = 1+57+49=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #013931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013931 is #FEC6CE. Grayscale: #272727. Windows color (decimal): -16697039 or 3225857. OLE color: 3225857.

HSL color Cylindrical-coordinate representation of color #013931: hue angle of 171.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013931 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB15749-
CMYK0.9800.140.78
HSL171.43º96.55%11.37%-
HSV(B)171.43º98.25%22.35%-
XYZ2.033.153.41-
YUV39.34133.45100.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=0.93%
G=53.27%
B=45.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157490.9800.140.78171.4396.5511.37
Hex13931620E4Eab61b
Octal1716114201611625314113
Binary111100111000111000100111010011101010101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013931; }

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

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

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

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

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

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

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

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