#003120

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

Shades of Dark Green #003120

Tints of Dark Green #003120

Color information

#003120 (or 0x003120) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 20. RGB value is (0,49,32). Sum of RGB (Red+Green+Blue) = 0+49+32=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #003120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003120 is #FFCEDF. Grayscale: #202020. Windows color (decimal): -16764640 or 2109696. OLE color: 2109696.

HSL color Cylindrical-coordinate representation of color #003120: hue angle of 159.18º 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 #003120 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB04932-
CMYK100.350.81
HSL159.18º100%9.61%-
HSV(B)159.18º100%19.22%-
XYZ1.362.31.74-
YUV32.41127.77104.88-

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) = 60.49%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=0%
G=60.49%
B=39.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04932100.350.81159.181009.61
Hex0312064023519f64a
Octal0614014404312123714412
Binary01100011000001100100010001110100011001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003120; }

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

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

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

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

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

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

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

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