#073E1E

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

Shades of British Racing Green #073E1E

Tints of British Racing Green #073E1E

Color information

#073E1E (or 0x073E1E) is unknown color: approx British Racing Green. HEX triplet: 07, 3E and 1E. RGB value is (7,62,30). Sum of RGB (Red+Green+Blue) = 7+62+30=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #073E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E1E is #F8C1E1. Grayscale: #292929. Windows color (decimal): -16302562 or 1981959. OLE color: 1981959.

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

Color convert

RGB76230-
CMYK0.8900.520.76
HSL145.09º79.71%13.53%-
HSV(B)145.09º88.71%24.31%-
XYZ2.043.581.81-
YUV41.91121.28103.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 62 (24.61% from 255) = 62.63%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=7.07%
G=62.63%
B=30.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal762300.8900.520.76145.0979.7113.53
Hex73E1E590344C9150e
Octal7763613106411422112016
Binary111111110111101011001011010010011001001000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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