Html Css Color HEX #072011 Dark Green

📋 copy color: '#072011'

red 7 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #072011

Tints of Dark Green #072011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 30.36%

R = 12.5%
G = 57.14%
B = 30.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#072011 (or 0x072011) is known color: Dark Green. HEX triplet: 07, 20 and 11. RGB value is (7,32,17). Sum of RGB (Red+Green+Blue) = 7+32+17=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #072011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072011 is #F8DFEE. Grayscale: #161616. Windows color (decimal): -16310255 or 1122311. OLE color: 1122311.

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

Color convert

RGB 7 32 17 -
CMYK 0.78 0 0.47 0.87
HSL 144º 0.64% 0.08% -
HSV(B) 144º 0.78% 0.13% -
XYZ 0.71 1.12 0.71 -
YUV 22.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 7 32 17 0.78 0 0.47 0.87 144 0.64 0.08
Hex 7 20 11 4E 0 2F 57 90 40 8
Octal 7 40 21 116 0 57 127 220 100 10
Binary 111 100000 10001 1001110 0 101111 1010111 10010000 1000000 1000

Color Harmonies of #072011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072011

Black with #072011

Text Example


Text Example

White with #072011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072011; }

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

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

background-color css

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

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

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

border-color css

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

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

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