#073E28

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

Shades of British Racing Green #073E28

Tints of British Racing Green #073E28

Color information

#073E28 (or 0x073E28) is unknown color: approx British Racing Green. HEX triplet: 07, 3E and 28. RGB value is (7,62,40). Sum of RGB (Red+Green+Blue) = 7+62+40=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #073E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E28 is #F8C1D7. Grayscale: #2B2B2B. Windows color (decimal): -16302552 or 2637319. OLE color: 2637319.

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

Color convert

RGB76240-
CMYK0.8900.350.76
HSL156º79.71%13.53%-
HSV(B)156º88.71%24.31%-
XYZ2.193.642.6-
YUV43.05126.28102.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 62 (24.61% from 255) = 56.88%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=6.42%
G=56.88%
B=36.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal762400.8900.350.7615679.7113.53
Hex73E28590234C9c50e
Octal7765013104311423412016
Binary1111111101010001011001010001110011001001110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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