#013428

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

Shades of Dark Green #013428

Tints of Dark Green #013428

Color information

#013428 (or 0x013428) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 28. RGB value is (1,52,40). Sum of RGB (Red+Green+Blue) = 1+52+40=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #013428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013428 is #FECBD7. Grayscale: #232323. Windows color (decimal): -16698328 or 2634753. OLE color: 2634753.

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

Color convert

RGB15240-
CMYK0.9800.230.80
HSL165.88º96.23%10.39%-
HSV(B)165.88º98.08%20.39%-
XYZ1.622.622.43-
YUV35.38130.6103.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=1.08%
G=55.91%
B=43.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152400.9800.230.80165.8896.2310.39
Hex134286201750a660a
Octal1645014202712024614012
Binary1110100101000110001001011110100001010011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013428; }

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

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

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

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

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

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

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

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