#072621

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

Shades of Dark Green #072621

Tints of Dark Green #072621

Color information

#072621 (or 0x072621) is unknown color: approx Dark Green. HEX triplet: 07, 26 and 21. RGB value is (7,38,33). Sum of RGB (Red+Green+Blue) = 7+38+33=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #072621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072621 is #F8D9DE. Grayscale: #1C1C1C. Windows color (decimal): -16308703 or 2172423. OLE color: 2172423.

HSL color Cylindrical-coordinate representation of color #072621: hue angle of 170.32º degrees, saturation: 0.69, 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 #072621 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB73833-
CMYK0.8200.130.85
HSL170.32º68.89%8.82%-
HSV(B)170.32º81.58%14.9%-
XYZ1.061.541.68-
YUV28.16130.73112.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 38 (15.23% from 255) = 48.72%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=8.97%
G=48.72%
B=42.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738330.8200.130.85170.3268.898.82
Hex72621520D55aa459
Octal7464112201512525210511
Binary11110011010000110100100110110101011010101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072621; }

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

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

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

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

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

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

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

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