#073B25

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

Shades of British Racing Green #073B25

Tints of British Racing Green #073B25

Color information

#073B25 (or 0x073B25) is unknown color: approx British Racing Green. HEX triplet: 07, 3B and 25. RGB value is (7,59,37). Sum of RGB (Red+Green+Blue) = 7+59+37=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #073B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B25 is #F8C4DA. Grayscale: #282828. Windows color (decimal): -16303323 or 2439943. OLE color: 2439943.

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

Color convert

RGB75937-
CMYK0.8800.370.77
HSL154.62º78.79%12.94%-
HSV(B)154.62º88.14%23.14%-
XYZ1.993.312.28-
YUV40.94125.77103.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 59 (23.44% from 255) = 57.28%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=6.80%
G=57.28%
B=35.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal759370.8800.370.77154.6278.7912.94
Hex73B25580254D9b4fd
Octal7734513004511523311715
Binary1111110111001011011000010010110011011001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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