#002720

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

Shades of Dark Green #002720

Tints of Dark Green #002720

Color information

#002720 (or 0x002720) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 20. RGB value is (0,39,32). Sum of RGB (Red+Green+Blue) = 0+39+32=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #002720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002720 is #FFD8DF. Grayscale: #1A1A1A. Windows color (decimal): -16767200 or 2107136. OLE color: 2107136.

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

Color convert

RGB03932-
CMYK100.180.85
HSL169.23º100%7.65%-
HSV(B)169.23º100%15.29%-
XYZ0.991.561.61-
YUV26.54131.08109.07-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03932100.180.85169.231007.65
Hex027206401255a9648
Octal0474014402212525114410
Binary0100111100000110010001001010101011010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002720; }

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

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

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

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

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

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

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

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