#07491E

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

Shades of British Racing Green #07491E

Tints of British Racing Green #07491E

Color information

#07491E (or 0x07491E) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 1E. RGB value is (7,73,30). Sum of RGB (Red+Green+Blue) = 7+73+30=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #07491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491E is #F8B6E1. Grayscale: #303030. Windows color (decimal): -16299746 or 1984775. OLE color: 1984775.

HSL color Cylindrical-coordinate representation of color #07491E: hue angle of 140.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07491E is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB77330-
CMYK0.9000.590.71
HSL140.91º82.5%15.69%-
HSV(B)140.91º90.41%28.63%-
XYZ2.74.92.03-
YUV48.36117.6398.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 73 (28.91% from 255) = 66.36%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=6.36%
G=66.36%
B=27.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773300.9000.590.71140.9182.515.69
Hex7491E5A03B478d5210
Octal71113613207310721512220
Binary11110010011111010110100111011100011110001101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07491E; }

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

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

<style>
 a { background-color: #07491E; }

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

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

<style>
 span { border-color: #07491E; }

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

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