#073E1D

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

Shades of British Racing Green #073E1D

Tints of British Racing Green #073E1D

Color information

#073E1D (or 0x073E1D) is unknown color: approx British Racing Green. HEX triplet: 07, 3E and 1D. RGB value is (7,62,29). Sum of RGB (Red+Green+Blue) = 7+62+29=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 62 (24.61% from 255 or 63.27% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 62 - color contains mainly: green. Hex color #073E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E1D is #F8C1E2. Grayscale: #292929. Windows color (decimal): -16302563 or 1916423. OLE color: 1916423.

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

Color convert

RGB76229-
CMYK0.8900.530.76
HSL144º79.71%13.53%-
HSV(B)144º88.71%24.31%-
XYZ2.033.581.75-
YUV41.79120.78103.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 62 (24.61% from 255) = 63.27%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=7.14%
G=63.27%
B=29.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal762290.8900.530.7614479.7113.53
Hex73E1D590354C9050e
Octal7763513106511422012016
Binary111111110111011011001011010110011001001000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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