#07491D

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

Shades of British Racing Green #07491D

Tints of British Racing Green #07491D

Color information

#07491D (or 0x07491D) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 1D. RGB value is (7,73,29). Sum of RGB (Red+Green+Blue) = 7+73+29=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #07491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491D is #F8B6E2. Grayscale: #303030. Windows color (decimal): -16299747 or 1919239. OLE color: 1919239.

HSL color Cylindrical-coordinate representation of color #07491D: hue angle of 140º 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 #07491D is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB77329-
CMYK0.9000.600.71
HSL140º82.5%15.69%-
HSV(B)140º90.41%28.63%-
XYZ2.694.91.97-
YUV48.25117.1398.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=6.42%
G=66.97%
B=26.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773290.9000.600.7114082.515.69
Hex7491D5A03C478c5210
Octal71113513207410721412220
Binary11110010011110110110100111100100011110001100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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