#08472C

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

Shades of British Racing Green #08472C

Tints of British Racing Green #08472C

Color information

#08472C (or 0x08472C) is unknown color: approx British Racing Green. HEX triplet: 08, 47 and 2C. RGB value is (8,71,44). Sum of RGB (Red+Green+Blue) = 8+71+44=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #08472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08472C is #F7B8D3. Grayscale: #313131. Windows color (decimal): -16234708 or 2901768. OLE color: 2901768.

HSL color Cylindrical-coordinate representation of color #08472C: hue angle of 154.29º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08472C is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB87144-
CMYK0.8900.380.72
HSL154.29º79.75%15.49%-
HSV(B)154.29º88.73%27.84%-
XYZ2.814.743.15-
YUV49.08125.1398.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=6.50%
G=57.72%
B=35.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871440.8900.380.72154.2979.7515.49
Hex8472C59026489a50f
Octal101075413104611023212017
Binary100010001111011001011001010011010010001001101010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08472C; }

 p { color: rgb(8,71,44); }

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

<style>
 a { background-color: #08472C; }

 a { background-color: rgb(8,71,44); }

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

<style>
 span { border-color: #08472C; }

 span { border-color: rgb(8,71,44); }

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