Html Css Color HEX #073A20 British Racing Green

📋 copy color: '#073A20'

red 7 ◦ green 58 ◦ blue 32

#073A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #073A20

Tints of British Racing Green #073A20

RGB

 RED value IS 7 (3.13% 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 value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#073A20 (or 0x073A20) is known color: 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

RGB 7 58 32 -
CMYK 0.88 0 0.45 0.77
HSL 149.41º 0.78% 0.13% -
HSV(B) 149.41º 0.88% 0.23% -
XYZ 1.86 3.18 1.88 -
YUV 39.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 7 58 32 0.88 0 0.45 0.77 149.41 0.78 0.13
Hex 7 3A 20 58 0 2D 4D 95 4E D
Octal 7 72 40 130 0 55 115 225 116 15
Binary 111 111010 100000 1011000 0 101101 1001101 10010101 1001110 1101

Color Harmonies of #073A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A20

Black with #073A20

Text Example


Text Example

White with #073A20

Text Example


Text Example

HTML Codes & Css Web 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>