#013829

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

Shades of Dark Green #013829

Tints of Dark Green #013829

Color information

#013829 (or 0x013829) is unknown color: approx Dark Green. HEX triplet: 01, 38 and 29. RGB value is (1,56,41). Sum of RGB (Red+Green+Blue) = 1+56+41=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #013829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013829 is #FEC7D6. Grayscale: #252525. Windows color (decimal): -16697303 or 2701313. OLE color: 2701313.

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

Color convert

RGB15641-
CMYK0.9800.270.78
HSL163.64º96.49%11.18%-
HSV(B)163.64º98.21%21.96%-
XYZ1.832.992.58-
YUV37.84129.78101.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=1.02%
G=57.14%
B=41.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156410.9800.270.78163.6496.4911.18
Hex138296201B4Ea460b
Octal1705114203311624414013
Binary1111000101001110001001101110011101010010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013829; }

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

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

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

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

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

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

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

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