Html Css Color HEX #072B14 Dark Green

📋 copy color: '#072B14'

red 7 ◦ green 43 ◦ blue 20

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

Shades of Dark Green #072B14

Tints of Dark Green #072B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 61.43%

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

R = 10%
G = 61.43%
B = 28.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.83

RGB Variations

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

Color information

#072B14 (or 0x072B14) is known color: Dark Green. HEX triplet: 07, 2B and 14. RGB value is (7,43,20). Sum of RGB (Red+Green+Blue) = 7+43+20=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #072B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B14 is #F8D4EB. Grayscale: #1D1D1D. Windows color (decimal): -16307436 or 1321735. OLE color: 1321735.

HSL color Cylindrical-coordinate representation of color #072B14: hue angle of 141.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072B14 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 43 20 -
CMYK 0.84 0 0.53 0.83
HSL 141.67º 0.72% 0.1% -
HSV(B) 141.67º 0.84% 0.17% -
XYZ 1.08 1.82 0.96 -
YUV 29.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 7 43 20 0.84 0 0.53 0.83 141.67 0.72 0.1
Hex 7 2B 14 54 0 35 53 8E 48 A
Octal 7 53 24 124 0 65 123 216 110 12
Binary 111 101011 10100 1010100 0 110101 1010011 10001110 1001000 1010

Color Harmonies of #072B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B14

Black with #072B14

Text Example


Text Example

White with #072B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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