#072D2A

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

Shades of Dark Green #072D2A

Tints of Dark Green #072D2A

Color information

#072D2A (or 0x072D2A) is unknown color: approx Dark Green. HEX triplet: 07, 2D and 2A. RGB value is (7,45,42). Sum of RGB (Red+Green+Blue) = 7+45+42=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #072D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D2A is #F8D2D5. Grayscale: #212121. Windows color (decimal): -16306902 or 2764039. OLE color: 2764039.

HSL color Cylindrical-coordinate representation of color #072D2A: hue angle of 175.26º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072D2A is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB74542-
CMYK0.8400.070.82
HSL175.26º73.08%10.2%-
HSV(B)175.26º84.44%17.65%-
XYZ1.442.092.52-
YUV33.3132.91109.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=7.45%
G=47.87%
B=44.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal745420.8400.070.82175.2673.0810.2
Hex72D2A540752af49a
Octal755521240712225711112
Binary1111011011010101010100011110100101010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,45,42); }

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

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

 a { background-color: rgb(7,45,42); }

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

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

 span { border-color: rgb(7,45,42); }

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