#072726

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

Shades of Dark Green #072726

Tints of Dark Green #072726

Color information

#072726 (or 0x072726) is unknown color: approx Dark Green. HEX triplet: 07, 27 and 26. RGB value is (7,39,38). Sum of RGB (Red+Green+Blue) = 7+39+38=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #072726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072726 is #F8D8D9. Grayscale: #1D1D1D. Windows color (decimal): -16308442 or 2500359. OLE color: 2500359.

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

Color convert

RGB73938-
CMYK0.8200.030.85
HSL178.12º69.57%9.02%-
HSV(B)178.12º82.05%15.29%-
XYZ1.161.642.09-
YUV29.32132.9112.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 39 (15.62% from 255) = 46.43%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=8.33%
G=46.43%
B=45.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739380.8200.030.85178.1269.579.02
Hex72726520355b2469
Octal747461220312526210611
Binary111100111100110101001001110101011011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072726; }

 p { color: rgb(7,39,38); }

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

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

 a { background-color: rgb(7,39,38); }

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

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

 span { border-color: rgb(7,39,38); }

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