#072C14

Color #072C14 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #072C14

Tints of Dark Green #072C14

Color information

#072C14 (or 0x072C14) is unknown color: approx Dark Green. HEX triplet: 07, 2C and 14. RGB value is (7,44,20). Sum of RGB (Red+Green+Blue) = 7+44+20=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #072C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072C14 is #F8D3EB. Grayscale: #1E1E1E. Windows color (decimal): -16307180 or 1321991. OLE color: 1321991.

HSL color Cylindrical-coordinate representation of color #072C14: hue angle of 141.08º degrees, saturation: 0.73, 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 #072C14 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.

Color convert

RGB74420-
CMYK0.8400.550.83
HSL141.08º72.55%10%-
HSV(B)141.08º84.09%17.25%-
XYZ1.111.90.97-
YUV30.2122.24111.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 44 (17.58% from 255) = 61.97%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=9.86%
G=61.97%
B=28.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal744200.8400.550.83141.0872.5510
Hex72C1454037538d49a
Octal7542412406712321511112
Binary111101100101001010100011011110100111000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #072C14;
 }
 .AnyTagClassName
 {
   color: #072C14;
 }
</style>
background-color css

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

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

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

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

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

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