#07451E

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

Shades of British Racing Green #07451E

Tints of British Racing Green #07451E

Color information

#07451E (or 0x07451E) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 1E. RGB value is (7,69,30). Sum of RGB (Red+Green+Blue) = 7+69+30=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #07451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07451E is #F8BAE1. Grayscale: #2E2E2E. Windows color (decimal): -16300770 or 1983751. OLE color: 1983751.

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

Color convert

RGB76930-
CMYK0.9000.570.73
HSL142.26º81.58%14.9%-
HSV(B)142.26º89.86%27.06%-
XYZ2.454.41.95-
YUV46.02118.96100.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 69 (27.34% from 255) = 65.09%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=6.60%
G=65.09%
B=28.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769300.9000.570.73142.2681.5814.9
Hex7451E5A039498e52f
Octal71053613207111121612217
Binary1111000101111101011010011100110010011000111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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