Html Css Color HEX #073B20 British Racing Green

📋 copy color: '#073B20'

red 7 ◦ green 59 ◦ blue 32

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

Shades of British Racing Green #073B20

Tints of British Racing Green #073B20

RGB

 RED value IS 7 (3.13% from 255) = 7.14%

 GREEN value IS 59 (23.44% from 255) = 60.2%

 BLUE value IS 32 (12.89% from 255) = 32.65%

R = 7.14%
G = 60.2%
B = 32.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#073B20 (or 0x073B20) is known color: British Racing Green. HEX triplet: 07, 3B and 20. RGB value is (7,59,32). Sum of RGB (Red+Green+Blue) = 7+59+32=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #073B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B20 is #F8C4DF. Grayscale: #282828. Windows color (decimal): -16303328 or 2112263. OLE color: 2112263.

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

Color convert

RGB 7 59 32 -
CMYK 0.88 0 0.46 0.77
HSL 148.85º 0.79% 0.13% -
HSV(B) 148.85º 0.88% 0.23% -
XYZ 1.91 3.28 1.9 -
YUV 40.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 7 59 32 0.88 0 0.46 0.77 148.85 0.79 0.13
Hex 7 3B 20 58 0 2E 4D 95 4F D
Octal 7 73 40 130 0 56 115 225 117 15
Binary 111 111011 100000 1011000 0 101110 1001101 10010101 1001111 1101

Color Harmonies of #073B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073B20

Black with #073B20

Text Example


Text Example

White with #073B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #073B20;
 }
 .AnyTagClassName
 {
   color: #073B20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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