#07451D

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

Shades of British Racing Green #07451D

Tints of British Racing Green #07451D

Color information

#07451D (or 0x07451D) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 1D. RGB value is (7,69,29). Sum of RGB (Red+Green+Blue) = 7+69+29=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #07451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07451D is #F8BAE2. Grayscale: #2E2E2E. Windows color (decimal): -16300771 or 1918215. OLE color: 1918215.

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

Color convert

RGB76929-
CMYK0.9000.580.73
HSL141.29º81.58%14.9%-
HSV(B)141.29º89.86%27.06%-
XYZ2.444.391.88-
YUV45.9118.46100.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 69 (27.34% from 255) = 65.71%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=6.67%
G=65.71%
B=27.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769290.9000.580.73141.2981.5814.9
Hex7451D5A03A498d52f
Octal71053513207211121512217
Binary1111000101111011011010011101010010011000110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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