#073A1F

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

Shades of British Racing Green #073A1F

Tints of British Racing Green #073A1F

Color information

#073A1F (or 0x073A1F) is unknown color: approx British Racing Green. HEX triplet: 07, 3A and 1F. RGB value is (7,58,31). Sum of RGB (Red+Green+Blue) = 7+58+31=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #073A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A1F is #F8C5E0. Grayscale: #272727. Windows color (decimal): -16303585 or 2046471. OLE color: 2046471.

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

Color convert

RGB75831-
CMYK0.8800.470.77
HSL148.24º78.46%12.75%-
HSV(B)148.24º87.93%22.75%-
XYZ1.853.171.81-
YUV39.67123.1104.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=7.29%
G=60.42%
B=32.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758310.8800.470.77148.2478.4612.75
Hex73A1F5802F4D944ed
Octal7723713005711522411615
Binary111111010111111011000010111110011011001010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,31); }

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

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

 a { background-color: rgb(7,58,31); }

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

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

 span { border-color: rgb(7,58,31); }

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