#073024

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

Shades of Dark Green #073024

Tints of Dark Green #073024

Color information

#073024 (or 0x073024) is unknown color: approx Dark Green. HEX triplet: 07, 30 and 24. RGB value is (7,48,36). Sum of RGB (Red+Green+Blue) = 7+48+36=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #073024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073024 is #F8CFDB. Grayscale: #222222. Windows color (decimal): -16306140 or 2371591. OLE color: 2371591.

HSL color Cylindrical-coordinate representation of color #073024: hue angle of 162.44º 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 #073024 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB74836-
CMYK0.8500.250.81
HSL162.44º74.55%10.78%-
HSV(B)162.44º85.42%18.82%-
XYZ1.462.292.03-
YUV34.37128.92108.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=7.69%
G=52.75%
B=39.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748360.8500.250.81162.4474.5510.78
Hex730245501951a24bb
Octal7604412503112124211313
Binary111110000100100101010101100110100011010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073024; }

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

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

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

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

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

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

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

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