#07201E

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

Shades of Dark Green #07201E

Tints of Dark Green #07201E

Color information

#07201E (or 0x07201E) is unknown color: approx Dark Green. HEX triplet: 07, 20 and 1E. RGB value is (7,32,30). Sum of RGB (Red+Green+Blue) = 7+32+30=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #07201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07201E is #F8DFE1. Grayscale: #181818. Windows color (decimal): -16310242 or 1974279. OLE color: 1974279.

HSL color Cylindrical-coordinate representation of color #07201E: hue angle of 175.2º 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 #07201E is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB73230-
CMYK0.7800.060.87
HSL175.2º64.1%7.65%-
HSV(B)175.2º78.12%12.55%-
XYZ0.841.171.41-
YUV24.3131.22115.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=10.14%
G=46.38%
B=43.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732300.7800.060.87175.264.17.65
Hex7201E4E0657af408
Octal740361160612725710010
Binary111100000111101001110011010101111010111110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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