Html Css Color HEX #072012 Dark Green

📋 copy color: '#072012'

red 7 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #072012

Tints of Dark Green #072012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 31.58%

R = 12.28%
G = 56.14%
B = 31.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#072012 (or 0x072012) is known color: Dark Green. HEX triplet: 07, 20 and 12. RGB value is (7,32,18). Sum of RGB (Red+Green+Blue) = 7+32+18=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #072012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072012 is #F8DFED. Grayscale: #161616. Windows color (decimal): -16310254 or 1187847. OLE color: 1187847.

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

Color convert

RGB 7 32 18 -
CMYK 0.78 0 0.44 0.87
HSL 146.4º 0.64% 0.08% -
HSV(B) 146.4º 0.78% 0.13% -
XYZ 0.71 1.12 0.75 -
YUV 22.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 7 32 18 0.78 0 0.44 0.87 146.4 0.64 0.08
Hex 7 20 12 4E 0 2C 57 92 40 8
Octal 7 40 22 116 0 54 127 222 100 10
Binary 111 100000 10010 1001110 0 101100 1010111 10010010 1000000 1000

Color Harmonies of #072012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072012

Black with #072012

Text Example


Text Example

White with #072012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072012; }

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

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

background-color css

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

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

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

border-color css

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

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

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