Html Css Color HEX #07201D Dark Green

📋 copy color: '#07201D'

red 7 ◦ green 32 ◦ blue 29

#07201D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #07201D

Tints of Dark Green #07201D

RGB

 RED value IS 7 (3.13% 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 value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#07201D (or 0x07201D) is known color: 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

RGB 7 32 29 -
CMYK 0.78 0 0.09 0.87
HSL 172.8º 0.64% 0.08% -
HSV(B) 172.8º 0.78% 0.13% -
XYZ 0.83 1.17 1.34 -
YUV 24.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 7 32 29 0.78 0 0.09 0.87 172.8 0.64 0.08
Hex 7 20 1D 4E 0 9 57 AD 40 8
Octal 7 40 35 116 0 11 127 255 100 10
Binary 111 100000 11101 1001110 0 1001 1010111 10101101 1000000 1000

Color Harmonies of #07201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07201D

Black with #07201D

Text Example


Text Example

White with #07201D

Text Example


Text Example

HTML Codes & Css Web 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>