#073F2E

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

Shades of British Racing Green #073F2E

Tints of British Racing Green #073F2E

Color information

#073F2E (or 0x073F2E) is unknown color: approx British Racing Green. HEX triplet: 07, 3F and 2E. RGB value is (7,63,46). Sum of RGB (Red+Green+Blue) = 7+63+46=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #073F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F2E is #F8C0D1. Grayscale: #2C2C2C. Windows color (decimal): -16302290 or 3030791. OLE color: 3030791.

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

Color convert

RGB76346-
CMYK0.8900.270.75
HSL161.79º80%13.73%-
HSV(B)161.79º88.89%24.71%-
XYZ2.363.83.19-
YUV44.32128.95101.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 63 (25% from 255) = 54.31%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=6.03%
G=54.31%
B=39.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763460.8900.270.75161.798013.73
Hex73F2E5901B4Ba250e
Octal7775613103311324212016
Binary111111111101110101100101101110010111010001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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