#072D1D

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

Shades of Dark Green #072D1D

Tints of Dark Green #072D1D

Color information

#072D1D (or 0x072D1D) is unknown color: approx Dark Green. HEX triplet: 07, 2D and 1D. RGB value is (7,45,29). Sum of RGB (Red+Green+Blue) = 7+45+29=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #072D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D1D is #F8D2E2. Grayscale: #1F1F1F. Windows color (decimal): -16306915 or 1912071. OLE color: 1912071.

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

Color convert

RGB74529-
CMYK0.8400.360.82
HSL154.74º73.08%10.2%-
HSV(B)154.74º84.44%17.65%-
XYZ1.252.011.48-
YUV31.81126.41110.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 45 (17.97% from 255) = 55.56%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=8.64%
G=55.56%
B=35.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal745290.8400.360.82154.7473.0810.2
Hex72D1D54024529b49a
Octal7553512404412223311112
Binary111101101111011010100010010010100101001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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