Html Css Color HEX #072020 Dark Green

📋 copy color: '#072020'

red 7 ◦ green 32 ◦ blue 32

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

Shades of Dark Green #072020

Tints of Dark Green #072020

RGB

 RED value IS 7 (3.13% from 255) = 9.86%

 GREEN value IS 32 (12.89% from 255) = 45.07%

 BLUE value IS 32 (12.89% from 255) = 45.07%

R = 9.86%
G = 45.07%
B = 45.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#072020 (or 0x072020) is known color: Dark Green. HEX triplet: 07, 20 and 20. RGB value is (7,32,32). Sum of RGB (Red+Green+Blue) = 7+32+32=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #072020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072020 is #F8DFDF. Grayscale: #181818. Windows color (decimal): -16310240 or 2105351. OLE color: 2105351.

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

Color convert

RGB 7 32 32 -
CMYK 0.78 0 0 0.87
HSL 180º 0.64% 0.08% -
HSV(B) 180º 0.78% 0.13% -
XYZ 0.86 1.18 1.55 -
YUV 24.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 7 32 32 0.78 0 0 0.87 180 0.64 0.08
Hex 7 20 20 4E 0 0 57 B4 40 8
Octal 7 40 40 116 0 0 127 264 100 10
Binary 111 100000 100000 1001110 0 0 1010111 10110100 1000000 1000

Color Harmonies of #072020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072020

Black with #072020

Text Example


Text Example

White with #072020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072020; }

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

 H1.HeaderClassName
 {
   color: #072020;
 }
 .AnyTagClassName
 {
   color: #072020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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