#08451D

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

Shades of British Racing Green #08451D

Tints of British Racing Green #08451D

Color information

#08451D (or 0x08451D) is unknown color: approx British Racing Green. HEX triplet: 08, 45 and 1D. RGB value is (8,69,29). Sum of RGB (Red+Green+Blue) = 8+69+29=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #08451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08451D is #F7BAE2. Grayscale: #2E2E2E. Windows color (decimal): -16235235 or 1918216. OLE color: 1918216.

HSL color Cylindrical-coordinate representation of color #08451D: hue angle of 140.66º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08451D is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB86929-
CMYK0.8800.580.73
HSL140.66º79.22%15.1%-
HSV(B)140.66º88.41%27.06%-
XYZ2.454.41.88-
YUV46.2118.29100.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 69 (27.34% from 255) = 65.09%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=7.55%
G=65.09%
B=27.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869290.8800.580.73140.6679.2215.1
Hex8451D5803A498d4ff
Octal101053513007211121511717
Binary10001000101111011011000011101010010011000110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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