#003428

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

Shades of Dark Green #003428

Tints of Dark Green #003428

Color information

#003428 (or 0x003428) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 28. RGB value is (0,52,40). Sum of RGB (Red+Green+Blue) = 0+52+40=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #003428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003428 is #FFCBD7. Grayscale: #232323. Windows color (decimal): -16763864 or 2634752. OLE color: 2634752.

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

Color convert

RGB05240-
CMYK100.230.80
HSL166.15º100%10.2%-
HSV(B)166.15º100%20.39%-
XYZ1.612.612.43-
YUV35.08130.77102.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=0%
G=56.52%
B=43.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05240100.230.80166.1510010.2
Hex034286401750a664a
Octal0645014402712024614412
Binary0110100101000110010001011110100001010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003428; }

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

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

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

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

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

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

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

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