Html Css Color HEX #072514 Dark Green

📋 copy color: '#072514'

red 7 ◦ green 37 ◦ blue 20

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

Shades of Dark Green #072514

Tints of Dark Green #072514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 57.81%

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

R = 10.94%
G = 57.81%
B = 31.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#072514 (or 0x072514) is known color: Dark Green. HEX triplet: 07, 25 and 14. RGB value is (7,37,20). Sum of RGB (Red+Green+Blue) = 7+37+20=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #072514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072514 is #F8DAEB. Grayscale: #1A1A1A. Windows color (decimal): -16308972 or 1320199. OLE color: 1320199.

HSL color Cylindrical-coordinate representation of color #072514: hue angle of 146º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072514 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 20 -
CMYK 0.81 0 0.46 0.85
HSL 146º 0.68% 0.09% -
HSV(B) 146º 0.81% 0.15% -
XYZ 0.88 1.42 0.89 -
YUV 26.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 7 37 20 0.81 0 0.46 0.85 146 0.68 0.09
Hex 7 25 14 51 0 2E 55 92 44 9
Octal 7 45 24 121 0 56 125 222 104 11
Binary 111 100101 10100 1010001 0 101110 1010101 10010010 1000100 1001

Color Harmonies of #072514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072514

Black with #072514

Text Example


Text Example

White with #072514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072514; }

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

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

background-color css

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

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

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

border-color css

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

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

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