#073b22

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

Shades of British Racing Green #073B22

Tints of British Racing Green #073B22

Color information

#073B22 (or 0x073B22) is unknown color: approx British Racing Green. HEX triplet: 07, 3B and 22. RGB value is (7,59,34). Sum of RGB (Red+Green+Blue) = 7+59+34=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 59 (23.44% from 255 or 59% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 59 - color contains mainly: green. Hex color #073B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B22 is #F8C4DD. Grayscale: #282828. Windows color (decimal): -16303326 or 2243335. OLE color: 2243335.

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

Color convert

RGB75934-
CMYK0.8800.420.77
HSL151.15º78.79%12.94%-
HSV(B)151.15º88.14%23.14%-
XYZ1.943.292.05-
YUV40.6124.27104.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 59 (23.44% from 255) = 59%
BLUE value IS 34 (13.67% from 255) = 34%
R=7%
G=59%
B=34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal759340.8800.420.77151.1578.7912.94
Hex73B225802A4D974fd
Octal7734213005211522711715
Binary1111110111000101011000010101010011011001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073b22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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