#073A20

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

Shades of British Racing Green #073A20

Tints of British Racing Green #073A20

Color information

#073A20 (or 0x073A20) is unknown color: approx British Racing Green. HEX triplet: 07, 3A and 20. RGB value is (7,58,32). Sum of RGB (Red+Green+Blue) = 7+58+32=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #073A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A20 is #F8C5DF. Grayscale: #272727. Windows color (decimal): -16303584 or 2112007. OLE color: 2112007.

HSL color Cylindrical-coordinate representation of color #073A20: hue angle of 149.41º degrees, saturation: 0.78, 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 #073A20 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB75832-
CMYK0.8800.450.77
HSL149.41º78.46%12.75%-
HSV(B)149.41º87.93%22.75%-
XYZ1.863.181.88-
YUV39.79123.6104.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 58 (23.05% from 255) = 59.79%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=7.22%
G=59.79%
B=32.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758320.8800.450.77149.4178.4612.75
Hex73A205802D4D954ed
Octal7724013005511522511615
Binary1111110101000001011000010110110011011001010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,32); }

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

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

 a { background-color: rgb(7,58,32); }

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

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

 span { border-color: rgb(7,58,32); }

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