#073A1D

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

Shades of British Racing Green #073A1D

Tints of British Racing Green #073A1D

Color information

#073A1D (or 0x073A1D) is unknown color: approx British Racing Green. HEX triplet: 07, 3A and 1D. RGB value is (7,58,29). Sum of RGB (Red+Green+Blue) = 7+58+29=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #073A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A1D is #F8C5E2. Grayscale: #272727. Windows color (decimal): -16303587 or 1915399. OLE color: 1915399.

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

Color convert

RGB75829-
CMYK0.8800.50.77
HSL145.88º78.46%12.75%-
HSV(B)145.88º87.93%22.75%-
XYZ1.823.161.68-
YUV39.44122.1104.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 58 (23.05% from 255) = 61.70%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=7.45%
G=61.70%
B=30.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758290.8800.50.77145.8878.4612.75
Hex73A1D580324D924ed
Octal7723513006211522211615
Binary111111010111011011000011001010011011001001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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