#073F1F

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

Shades of British Racing Green #073F1F

Tints of British Racing Green #073F1F

Color information

#073F1F (or 0x073F1F) is unknown color: approx British Racing Green. HEX triplet: 07, 3F and 1F. RGB value is (7,63,31). Sum of RGB (Red+Green+Blue) = 7+63+31=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #073F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F1F is #F8C0E0. Grayscale: #2A2A2A. Windows color (decimal): -16302305 or 2047751. OLE color: 2047751.

HSL color Cylindrical-coordinate representation of color #073F1F: hue angle of 145.71º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F1F is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB76331-
CMYK0.8900.510.75
HSL145.71º80%13.73%-
HSV(B)145.71º88.89%24.71%-
XYZ2.113.71.9-
YUV42.61121.45102.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 63 (25% from 255) = 62.38%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=6.93%
G=62.38%
B=30.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763310.8900.510.75145.718013.73
Hex73F1F590334B9250e
Octal7773713106311322212016
Binary111111111111111011001011001110010111001001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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