#07461D

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

Shades of British Racing Green #07461D

Tints of British Racing Green #07461D

Color information

#07461D (or 0x07461D) is unknown color: approx British Racing Green. HEX triplet: 07, 46 and 1D. RGB value is (7,70,29). Sum of RGB (Red+Green+Blue) = 7+70+29=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #07461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07461D is #F8B9E2. Grayscale: #2E2E2E. Windows color (decimal): -16300515 or 1918471. OLE color: 1918471.

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

Color convert

RGB77029-
CMYK0.9000.590.73
HSL140.95º81.82%15.1%-
HSV(B)140.95º90%27.45%-
XYZ2.54.511.9-
YUV46.49118.1399.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 70 (27.73% from 255) = 66.04%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=6.60%
G=66.04%
B=27.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770290.9000.590.73140.9581.8215.1
Hex7461D5A03B498d52f
Octal71063513207311121512217
Binary1111000110111011011010011101110010011000110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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