#013427

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

Shades of Dark Green #013427

Tints of Dark Green #013427

Color information

#013427 (or 0x013427) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 27. RGB value is (1,52,39). Sum of RGB (Red+Green+Blue) = 1+52+39=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #013427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013427 is #FECBD8. Grayscale: #232323. Windows color (decimal): -16698329 or 2569217. OLE color: 2569217.

HSL color Cylindrical-coordinate representation of color #013427: hue angle of 164.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013427 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB15239-
CMYK0.9800.250.80
HSL164.71º96.23%10.39%-
HSV(B)164.71º98.08%20.39%-
XYZ1.612.612.34-
YUV35.27130.1103.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=1.09%
G=56.52%
B=42.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152390.9800.250.80164.7196.2310.39
Hex134276201950a560a
Octal1644714203112024514012
Binary1110100100111110001001100110100001010010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013427; }

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

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

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

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

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

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

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

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