#013127

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

Shades of Dark Green #013127

Tints of Dark Green #013127

Color information

#013127 (or 0x013127) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 27. RGB value is (1,49,39). Sum of RGB (Red+Green+Blue) = 1+49+39=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #013127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013127 is #FECED8. Grayscale: #212121. Windows color (decimal): -16699097 or 2568449. OLE color: 2568449.

HSL color Cylindrical-coordinate representation of color #013127: hue angle of 167.5º 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 #013127 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB14939-
CMYK0.9800.200.81
HSL167.5º96%9.8%-
HSV(B)167.5º97.96%19.22%-
XYZ1.482.352.3-
YUV33.51131.1104.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 39 (15.62% from 255) = 43.82%
R=1.12%
G=55.06%
B=43.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149390.9800.200.81167.5969.8
Hex131276201451a860a
Octal1614714202412125014012
Binary1110001100111110001001010010100011010100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013127; }

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

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

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

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

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

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

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

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