#003028

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

Shades of Dark Green #003028

Tints of Dark Green #003028

Color information

#003028 (or 0x003028) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 28. RGB value is (0,48,40). Sum of RGB (Red+Green+Blue) = 0+48+40=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #003028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003028 is #FFCFD7. Grayscale: #202020. Windows color (decimal): -16764888 or 2633728. OLE color: 2633728.

HSL color Cylindrical-coordinate representation of color #003028: hue angle of 170º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003028 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB04840-
CMYK100.170.81
HSL170º100%9.41%-
HSV(B)170º100%18.82%-
XYZ1.442.272.37-
YUV32.74132.1104.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=0%
G=54.55%
B=45.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04840100.170.811701009.41
Hex030286401151aa649
Octal0605014402112125214411
Binary0110000101000110010001000110100011010101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003028; }

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

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

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

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

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

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

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

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