Html Css Color HEX #072014 Dark Green

📋 copy color: '#072014'

red 7 ◦ green 32 ◦ blue 20

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

Shades of Dark Green #072014

Tints of Dark Green #072014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 11.86%
G = 54.24%
B = 33.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#072014 (or 0x072014) is known color: Dark Green. HEX triplet: 07, 20 and 14. RGB value is (7,32,20). Sum of RGB (Red+Green+Blue) = 7+32+20=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #072014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072014 is #F8DFEB. Grayscale: #171717. Windows color (decimal): -16310252 or 1318919. OLE color: 1318919.

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

Color convert

RGB 7 32 20 -
CMYK 0.78 0 0.37 0.87
HSL 151.2º 0.64% 0.08% -
HSV(B) 151.2º 0.78% 0.13% -
XYZ 0.73 1.13 0.84 -
YUV 23.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 7 32 20 0.78 0 0.37 0.87 151.2 0.64 0.08
Hex 7 20 14 4E 0 25 57 97 40 8
Octal 7 40 24 116 0 45 127 227 100 10
Binary 111 100000 10100 1001110 0 100101 1010111 10010111 1000000 1000

Color Harmonies of #072014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072014

Black with #072014

Text Example


Text Example

White with #072014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072014; }

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

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

background-color css

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

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

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

border-color css

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

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

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