#08472F

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

Shades of British Racing Green #08472F

Tints of British Racing Green #08472F

Color information

#08472F (or 0x08472F) is unknown color: approx British Racing Green. HEX triplet: 08, 47 and 2F. RGB value is (8,71,47). Sum of RGB (Red+Green+Blue) = 8+71+47=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #08472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08472F is #F7B8D0. Grayscale: #313131. Windows color (decimal): -16234705 or 3098376. OLE color: 3098376.

HSL color Cylindrical-coordinate representation of color #08472F: hue angle of 157.14º 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 #08472F is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB87147-
CMYK0.8900.340.72
HSL157.14º79.75%15.49%-
HSV(B)157.14º88.73%27.84%-
XYZ2.874.763.46-
YUV49.43126.6398.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=6.35%
G=56.35%
B=37.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871470.8900.340.72157.1479.7515.49
Hex8472F59022489d50f
Octal101075713104211023512017
Binary100010001111011111011001010001010010001001110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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