#07492C

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

Shades of British Racing Green #07492C

Tints of British Racing Green #07492C

Color information

#07492C (or 0x07492C) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 2C. RGB value is (7,73,44). Sum of RGB (Red+Green+Blue) = 7+73+44=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #07492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07492C is #F8B6D3. Grayscale: #323232. Windows color (decimal): -16299732 or 2902279. OLE color: 2902279.

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

Color convert

RGB77344-
CMYK0.9000.400.71
HSL153.64º82.5%15.69%-
HSV(B)153.64º90.41%28.63%-
XYZ2.924.993.19-
YUV49.96124.6397.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=5.65%
G=58.87%
B=35.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773440.9000.400.71153.6482.515.69
Hex7492C5A028479a5210
Octal71115413205010723212220
Binary111100100110110010110100101000100011110011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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