#07492D

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

Shades of British Racing Green #07492D

Tints of British Racing Green #07492D

Color information

#07492D (or 0x07492D) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 2D. RGB value is (7,73,45). Sum of RGB (Red+Green+Blue) = 7+73+45=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #07492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07492D is #F8B6D2. Grayscale: #323232. Windows color (decimal): -16299731 or 2967815. OLE color: 2967815.

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

Color convert

RGB77345-
CMYK0.9000.380.71
HSL154.55º82.5%15.69%-
HSV(B)154.55º90.41%28.63%-
XYZ2.9453.29-
YUV50.07125.1397.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=5.6%
G=58.4%
B=36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773450.9000.380.71154.5582.515.69
Hex7492D5A026479b5210
Octal71115513204610723312220
Binary111100100110110110110100100110100011110011011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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