#073B30

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

Shades of Dark Green #073B30

Tints of Dark Green #073B30

Color information

#073B30 (or 0x073B30) is unknown color: approx Dark Green. HEX triplet: 07, 3B and 30. RGB value is (7,59,48). Sum of RGB (Red+Green+Blue) = 7+59+48=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #073B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B30 is #F8C4CF. Grayscale: #2A2A2A. Windows color (decimal): -16303312 or 3160839. OLE color: 3160839.

HSL color Cylindrical-coordinate representation of color #073B30: hue angle of 167.31º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073B30 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB75948-
CMYK0.8800.190.77
HSL167.31º78.79%12.94%-
HSV(B)167.31º88.14%23.14%-
XYZ2.193.393.33-
YUV42.2131.27102.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=6.14%
G=51.75%
B=42.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal759480.8800.190.77167.3178.7912.94
Hex73B30580134Da74fd
Octal7736013002311524711715
Binary111111011110000101100001001110011011010011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073B30; }

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

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

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

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

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

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

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

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