#013827

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

Shades of Dark Green #013827

Tints of Dark Green #013827

Color information

#013827 (or 0x013827) is unknown color: approx Dark Green. HEX triplet: 01, 38 and 27. RGB value is (1,56,39). Sum of RGB (Red+Green+Blue) = 1+56+39=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #013827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013827 is #FEC7D8. Grayscale: #252525. Windows color (decimal): -16697305 or 2570241. OLE color: 2570241.

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

Color convert

RGB15639-
CMYK0.9800.300.78
HSL161.45º96.49%11.18%-
HSV(B)161.45º98.21%21.96%-
XYZ1.792.982.4-
YUV37.62128.78101.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=1.04%
G=58.33%
B=40.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156390.9800.300.78161.4596.4911.18
Hex138276201E4Ea160b
Octal1704714203611624114013
Binary1111000100111110001001111010011101010000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013827; }

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

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

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

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

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

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

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

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