#073025

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

Shades of Dark Green #073025

Tints of Dark Green #073025

Color information

#073025 (or 0x073025) is unknown color: approx Dark Green. HEX triplet: 07, 30 and 25. RGB value is (7,48,37). Sum of RGB (Red+Green+Blue) = 7+48+37=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #073025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073025 is #F8CFDA. Grayscale: #222222. Windows color (decimal): -16306139 or 2437127. OLE color: 2437127.

HSL color Cylindrical-coordinate representation of color #073025: hue angle of 163.9º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073025 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB74837-
CMYK0.8500.230.81
HSL163.9º74.55%10.78%-
HSV(B)163.9º85.42%18.82%-
XYZ1.482.292.11-
YUV34.49129.42108.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=7.61%
G=52.17%
B=40.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748370.8500.230.81163.974.5510.78
Hex730255501751a44bb
Octal7604512502712124411313
Binary111110000100101101010101011110100011010010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073025; }

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

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

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

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

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

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

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

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