#013129

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

Shades of Dark Green #013129

Tints of Dark Green #013129

Color information

#013129 (or 0x013129) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 29. RGB value is (1,49,41). Sum of RGB (Red+Green+Blue) = 1+49+41=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #013129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013129 is #FECED6. Grayscale: #212121. Windows color (decimal): -16699095 or 2699521. OLE color: 2699521.

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

Color convert

RGB14941-
CMYK0.9800.160.81
HSL170º96%9.8%-
HSV(B)170º97.96%19.22%-
XYZ1.512.362.47-
YUV33.74132.1104.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=1.10%
G=53.85%
B=45.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149410.9800.160.81170969.8
Hex131296201051aa60a
Octal1615114202012125214012
Binary1110001101001110001001000010100011010101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013129; }

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

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

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

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

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

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

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

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