#013124

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

Shades of Dark Green #013124

Tints of Dark Green #013124

Color information

#013124 (or 0x013124) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 24. RGB value is (1,49,36). Sum of RGB (Red+Green+Blue) = 1+49+36=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #013124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013124 is #FECEDB. Grayscale: #212121. Windows color (decimal): -16699100 or 2371841. OLE color: 2371841.

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

Color convert

RGB14936-
CMYK0.9800.270.81
HSL163.75º96%9.8%-
HSV(B)163.75º97.96%19.22%-
XYZ1.432.332.04-
YUV33.17129.6105.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 36 (14.45% from 255) = 41.86%
R=1.16%
G=56.98%
B=41.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149360.9800.270.81163.75969.8
Hex131246201B51a460a
Octal1614414203312124414012
Binary1110001100100110001001101110100011010010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013124; }

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

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

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

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

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

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

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

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