Html Css Color HEX #07201F Dark Green

📋 copy color: '#07201F'

red 7 ◦ green 32 ◦ blue 31

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

Shades of Dark Green #07201F

Tints of Dark Green #07201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 44.29%

R = 10%
G = 45.71%
B = 44.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#07201F (or 0x07201F) is known color: Dark Green. HEX triplet: 07, 20 and 1F. RGB value is (7,32,31). Sum of RGB (Red+Green+Blue) = 7+32+31=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #07201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07201F is #F8DFE0. Grayscale: #181818. Windows color (decimal): -16310241 or 2039815. OLE color: 2039815.

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

Color convert

RGB 7 32 31 -
CMYK 0.78 0 0.03 0.87
HSL 177.6º 0.64% 0.08% -
HSV(B) 177.6º 0.78% 0.13% -
XYZ 0.85 1.18 1.48 -
YUV 24.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 7 32 31 0.78 0 0.03 0.87 177.6 0.64 0.08
Hex 7 20 1F 4E 0 3 57 B2 40 8
Octal 7 40 37 116 0 3 127 262 100 10
Binary 111 100000 11111 1001110 0 11 1010111 10110010 1000000 1000

Color Harmonies of #07201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07201F

Black with #07201F

Text Example


Text Example

White with #07201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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