#003128

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

Shades of Dark Green #003128

Tints of Dark Green #003128

Color information

#003128 (or 0x003128) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 28. RGB value is (0,49,40). Sum of RGB (Red+Green+Blue) = 0+49+40=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #003128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003128 is #FFCED7. Grayscale: #212121. Windows color (decimal): -16764632 or 2633984. OLE color: 2633984.

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

Color convert

RGB04940-
CMYK100.180.81
HSL168.98º100%9.61%-
HSV(B)168.98º100%19.22%-
XYZ1.482.352.38-
YUV33.32131.77104.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=0%
G=55.06%
B=44.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04940100.180.81168.981009.61
Hex031286401251a964a
Octal0615014402212125114412
Binary0110001101000110010001001010100011010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003128; }

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

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

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

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

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

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

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

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