#072F25

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

Shades of Dark Green #072F25

Tints of Dark Green #072F25

Color information

#072F25 (or 0x072F25) is unknown color: approx Dark Green. HEX triplet: 07, 2F and 25. RGB value is (7,47,37). Sum of RGB (Red+Green+Blue) = 7+47+37=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #072F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F25 is #F8D0DA. Grayscale: #212121. Windows color (decimal): -16306395 or 2436871. OLE color: 2436871.

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

Color convert

RGB74737-
CMYK0.8500.210.82
HSL165º74.07%10.59%-
HSV(B)165º85.11%18.43%-
XYZ1.442.212.1-
YUV33.9129.75108.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 47 (18.75% from 255) = 51.65%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=7.69%
G=51.65%
B=40.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal747370.8500.210.8216574.0710.59
Hex72F255501552a54ab
Octal7574512502512224511213
Binary111101111100101101010101010110100101010010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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