#073B29

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

Shades of British Racing Green #073B29

Tints of British Racing Green #073B29

Color information

#073B29 (or 0x073B29) is unknown color: approx British Racing Green. HEX triplet: 07, 3B and 29. RGB value is (7,59,41). Sum of RGB (Red+Green+Blue) = 7+59+41=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #073B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B29 is #F8C4D6. Grayscale: #292929. Windows color (decimal): -16303319 or 2702087. OLE color: 2702087.

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

Color convert

RGB75941-
CMYK0.8800.310.77
HSL159.23º78.79%12.94%-
HSV(B)159.23º88.14%23.14%-
XYZ2.053.332.63-
YUV41.4127.77103.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 59 (23.44% from 255) = 55.14%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=6.54%
G=55.14%
B=38.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal759410.8800.310.77159.2378.7912.94
Hex73B295801F4D9f4fd
Octal7735113003711523711715
Binary111111011101001101100001111110011011001111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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