#072C15

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

Shades of Dark Green #072C15

Tints of Dark Green #072C15

Color information

#072C15 (or 0x072C15) is unknown color: approx Dark Green. HEX triplet: 07, 2C and 15. RGB value is (7,44,21). Sum of RGB (Red+Green+Blue) = 7+44+21=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #072C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072C15 is #F8D3EA. Grayscale: #1E1E1E. Windows color (decimal): -16307179 or 1387527. OLE color: 1387527.

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

Color convert

RGB74421-
CMYK0.8400.520.83
HSL142.7º72.55%10%-
HSV(B)142.7º84.09%17.25%-
XYZ1.121.91.02-
YUV30.32122.74111.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 44 (17.58% from 255) = 61.11%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=9.72%
G=61.11%
B=29.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal744210.8400.520.83142.772.5510
Hex72C1554034538f49a
Octal7542512406412321711112
Binary111101100101011010100011010010100111000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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