Html Css Color HEX #07200F Dark Green

📋 copy color: '#07200F'

red 7 ◦ green 32 ◦ blue 15

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

Shades of Dark Green #07200F

Tints of Dark Green #07200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.78%

R = 12.96%
G = 59.26%
B = 27.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#07200F (or 0x07200F) is known color: Dark Green. HEX triplet: 07, 20 and 0F. RGB value is (7,32,15). Sum of RGB (Red+Green+Blue) = 7+32+15=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #07200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200F is #F8DFF0. Grayscale: #161616. Windows color (decimal): -16310257 or 991239. OLE color: 991239.

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

Color convert

RGB 7 32 15 -
CMYK 0.78 0 0.53 0.87
HSL 139.2º 0.64% 0.08% -
HSV(B) 139.2º 0.78% 0.13% -
XYZ 0.69 1.11 0.63 -
YUV 22.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 7 32 15 0.78 0 0.53 0.87 139.2 0.64 0.08
Hex 7 20 F 4E 0 35 57 8B 40 8
Octal 7 40 17 116 0 65 127 213 100 10
Binary 111 100000 1111 1001110 0 110101 1010111 10001011 1000000 1000

Color Harmonies of #07200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07200F

Black with #07200F

Text Example


Text Example

White with #07200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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