Html Css Color HEX #072010 Dark Green

📋 copy color: '#072010'

red 7 ◦ green 32 ◦ blue 16

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

Shades of Dark Green #072010

Tints of Dark Green #072010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.09%

R = 12.73%
G = 58.18%
B = 29.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#072010 (or 0x072010) is known color: Dark Green. HEX triplet: 07, 20 and 10. RGB value is (7,32,16). Sum of RGB (Red+Green+Blue) = 7+32+16=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #072010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072010 is #F8DFEF. Grayscale: #161616. Windows color (decimal): -16310256 or 1056775. OLE color: 1056775.

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

Color convert

RGB 7 32 16 -
CMYK 0.78 0 0.5 0.87
HSL 141.6º 0.64% 0.08% -
HSV(B) 141.6º 0.78% 0.13% -
XYZ 0.7 1.12 0.67 -
YUV 22.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 7 32 16 0.78 0 0.5 0.87 141.6 0.64 0.08
Hex 7 20 10 4E 0 32 57 8E 40 8
Octal 7 40 20 116 0 62 127 216 100 10
Binary 111 100000 10000 1001110 0 110010 1010111 10001110 1000000 1000

Color Harmonies of #072010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072010

Black with #072010

Text Example


Text Example

White with #072010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072010; }

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

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

background-color css

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

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

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

border-color css

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

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

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