#002716

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

Shades of Dark Green #002716

Tints of Dark Green #002716

Color information

#002716 (or 0x002716) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 16. RGB value is (0,39,22). Sum of RGB (Red+Green+Blue) = 0+39+22=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #002716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002716 is #FFD8E9. Grayscale: #191919. Windows color (decimal): -16767210 or 1451776. OLE color: 1451776.

HSL color Cylindrical-coordinate representation of color #002716: hue angle of 153.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002716 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB03922-
CMYK100.440.85
HSL153.85º100%7.65%-
HSV(B)153.85º100%15.29%-
XYZ0.871.511-
YUV25.4126.08109.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 63.93%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=0%
G=63.93%
B=36.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03922100.440.85153.851007.65
Hex027166402C559a648
Octal0472614405412523214410
Binary0100111101101100100010110010101011001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002716; }

 p { color: rgb(0,39,22); }

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

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

 a { background-color: rgb(0,39,22); }

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

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

 span { border-color: rgb(0,39,22); }

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