#003A28

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

Shades of Dark Green #003A28

Tints of Dark Green #003A28

Color information

#003A28 (or 0x003A28) is unknown color: approx Dark Green. HEX triplet: 00, 3A and 28. RGB value is (0,58,40). Sum of RGB (Red+Green+Blue) = 0+58+40=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #003A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A28 is #FFC5D7. Grayscale: #262626. Windows color (decimal): -16762328 or 2636288. OLE color: 2636288.

HSL color Cylindrical-coordinate representation of color #003A28: hue angle of 161.38º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A28 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB05840-
CMYK100.310.77
HSL161.38º100%11.37%-
HSV(B)161.38º100%22.75%-
XYZ1.93.182.52-
YUV38.61128.78100.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 59.18%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=0%
G=59.18%
B=40.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05840100.310.77161.3810011.37
Hex03A286401F4Da164b
Octal0725014403711524114413
Binary0111010101000110010001111110011011010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A28; }

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

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

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

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

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

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

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

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