#07482E

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

Shades of British Racing Green #07482E

Tints of British Racing Green #07482E

Color information

#07482E (or 0x07482E) is unknown color: approx British Racing Green. HEX triplet: 07, 48 and 2E. RGB value is (7,72,46). Sum of RGB (Red+Green+Blue) = 7+72+46=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #07482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07482E is #F8B7D1. Grayscale: #313131. Windows color (decimal): -16299986 or 3033095. OLE color: 3033095.

HSL color Cylindrical-coordinate representation of color #07482E: hue angle of 156º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07482E is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB77246-
CMYK0.9000.360.72
HSL156º82.28%15.49%-
HSV(B)156º90.28%28.24%-
XYZ2.94.883.37-
YUV49.6125.9797.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=5.6%
G=57.6%
B=36.8%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772460.9000.360.7215682.2815.49
Hex7482E5A024489c52f
Octal71105613204411023412217
Binary11110010001011101011010010010010010001001110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,72,46); }

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

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

 a { background-color: rgb(7,72,46); }

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

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

 span { border-color: rgb(7,72,46); }

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