#003115

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

Shades of Dark Green #003115

Tints of Dark Green #003115

Color information

#003115 (or 0x003115) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 15. RGB value is (0,49,21). Sum of RGB (Red+Green+Blue) = 0+49+21=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #003115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003115 is #FFCEEA. Grayscale: #1F1F1F. Windows color (decimal): -16764651 or 1388800. OLE color: 1388800.

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

Color convert

RGB04921-
CMYK100.570.81
HSL145.71º100%9.61%-
HSV(B)145.71º100%19.22%-
XYZ1.232.251.08-
YUV31.16122.27105.78-

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) = 70%
BLUE value IS 21 (8.59% from 255) = 30%
R=0%
G=70%
B=30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04921100.570.81145.711009.61
Hex0311564039519264a
Octal0612514407112122214412
Binary0110001101011100100011100110100011001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003115; }

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

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

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

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

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

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

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

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