#07462A

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

Shades of British Racing Green #07462A

Tints of British Racing Green #07462A

Color information

#07462A (or 0x07462A) is unknown color: approx British Racing Green. HEX triplet: 07, 46 and 2A. RGB value is (7,70,42). Sum of RGB (Red+Green+Blue) = 7+70+42=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #07462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07462A is #F8B9D5. Grayscale: #303030. Windows color (decimal): -16300502 or 2770439. OLE color: 2770439.

HSL color Cylindrical-coordinate representation of color #07462A: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07462A is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB77042-
CMYK0.9000.400.73
HSL153.33º81.82%15.1%-
HSV(B)153.33º90%27.45%-
XYZ2.74.592.93-
YUV47.97124.6398.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=5.88%
G=58.82%
B=35.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770420.9000.400.73153.3381.8215.1
Hex7462A5A028499952f
Octal71065213205011123112217
Binary11110001101010101011010010100010010011001100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07462A; }

 p { color: rgb(7,70,42); }

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

<style>
 a { background-color: #07462A; }

 a { background-color: rgb(7,70,42); }

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

<style>
 span { border-color: #07462A; }

 span { border-color: rgb(7,70,42); }

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