#073F1D

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

Shades of British Racing Green #073F1D

Tints of British Racing Green #073F1D

Color information

#073F1D (or 0x073F1D) is unknown color: approx British Racing Green. HEX triplet: 07, 3F and 1D. RGB value is (7,63,29). Sum of RGB (Red+Green+Blue) = 7+63+29=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 63 (25% from 255 or 63.64% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 63 - color contains mainly: green. Hex color #073F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F1D is #F8C0E2. Grayscale: #2A2A2A. Windows color (decimal): -16302307 or 1916679. OLE color: 1916679.

HSL color Cylindrical-coordinate representation of color #073F1D: hue angle of 143.57º 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 #073F1D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB76329-
CMYK0.8900.540.75
HSL143.57º80%13.73%-
HSV(B)143.57º88.89%24.71%-
XYZ2.093.691.76-
YUV42.38120.45102.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 63 (25% from 255) = 63.64%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=7.07%
G=63.64%
B=29.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763290.8900.540.75143.578013.73
Hex73F1D590364B9050e
Octal7773513106611322012016
Binary111111111111011011001011011010010111001000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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