#072F21

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

Shades of Dark Green #072F21

Tints of Dark Green #072F21

Color information

#072F21 (or 0x072F21) is unknown color: approx Dark Green. HEX triplet: 07, 2F and 21. RGB value is (7,47,33). Sum of RGB (Red+Green+Blue) = 7+47+33=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 47 (18.75% from 255 or 54.02% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 47 - color contains mainly: green. Hex color #072F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F21 is #F8D0DE. Grayscale: #212121. Windows color (decimal): -16306399 or 2174727. OLE color: 2174727.

HSL color Cylindrical-coordinate representation of color #072F21: hue angle of 159º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072F21 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB74733-
CMYK0.8500.300.82
HSL159º74.07%10.59%-
HSV(B)159º85.11%18.43%-
XYZ1.382.191.79-
YUV33.44127.75109.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 47 (18.75% from 255) = 54.02%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=8.05%
G=54.02%
B=37.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal747330.8500.300.8215974.0710.59
Hex72F215501E529f4ab
Octal7574112503612223711213
Binary111101111100001101010101111010100101001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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