#08451F

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

Shades of British Racing Green #08451F

Tints of British Racing Green #08451F

Color information

#08451F (or 0x08451F) is unknown color: approx British Racing Green. HEX triplet: 08, 45 and 1F. RGB value is (8,69,31). Sum of RGB (Red+Green+Blue) = 8+69+31=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #08451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08451F is #F7BAE0. Grayscale: #2E2E2E. Windows color (decimal): -16235233 or 2049288. OLE color: 2049288.

HSL color Cylindrical-coordinate representation of color #08451F: hue angle of 142.62º 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 #08451F is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB86931-
CMYK0.8800.550.73
HSL142.62º79.22%15.1%-
HSV(B)142.62º88.41%27.06%-
XYZ2.484.412.02-
YUV46.43119.29100.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 69 (27.34% from 255) = 63.89%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=7.41%
G=63.89%
B=28.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869310.8800.550.73142.6279.2215.1
Hex8451F58037498f4ff
Octal101053713006711121711717
Binary10001000101111111011000011011110010011000111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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