#07201D

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

Shades of Dark Green #07201D

Tints of Dark Green #07201D

Color information

#07201D (or 0x07201D) is unknown color: approx Dark Green. HEX triplet: 07, 20 and 1D. RGB value is (7,32,29). Sum of RGB (Red+Green+Blue) = 7+32+29=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #07201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07201D is #F8DFE2. Grayscale: #181818. Windows color (decimal): -16310243 or 1908743. OLE color: 1908743.

HSL color Cylindrical-coordinate representation of color #07201D: hue angle of 172.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #07201D is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB73229-
CMYK0.7800.090.87
HSL172.8º64.1%7.65%-
HSV(B)172.8º78.12%12.55%-
XYZ0.831.171.34-
YUV24.18130.72115.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=10.29%
G=47.06%
B=42.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732290.7800.090.87172.864.17.65
Hex7201D4E0957ad408
Octal7403511601112725510010
Binary1111000001110110011100100110101111010110110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07201D; }

 p { color: rgb(7,32,29); }

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

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

 a { background-color: rgb(7,32,29); }

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

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

 span { border-color: rgb(7,32,29); }

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