#072B1C

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

Shades of Dark Green #072B1C

Tints of Dark Green #072B1C

Color information

#072B1C (or 0x072B1C) is unknown color: approx Dark Green. HEX triplet: 07, 2B and 1C. RGB value is (7,43,28). Sum of RGB (Red+Green+Blue) = 7+43+28=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #072B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B1C is #F8D4E3. Grayscale: #1E1E1E. Windows color (decimal): -16307428 or 1846023. OLE color: 1846023.

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

Color convert

RGB74328-
CMYK0.8400.350.83
HSL155º72%9.8%-
HSV(B)155º83.72%16.86%-
XYZ1.161.861.4-
YUV30.53126.57111.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 43 (17.19% from 255) = 55.13%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=8.97%
G=55.13%
B=35.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal743280.8400.350.83155729.8
Hex72B1C54023539b48a
Octal7533412404312323311012
Binary111101011111001010100010001110100111001101110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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