Html Css Color HEX #08472D British Racing Green

📋 copy color: '#08472D'

red 8 ◦ green 71 ◦ blue 45

#08472D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #08472D

Tints of British Racing Green #08472D

RGB

 RED value IS 8 (3.52% from 255) = 6.45%

 GREEN value IS 71 (28.13% from 255) = 57.26%

 BLUE value IS 45 (17.97% from 255) = 36.29%

R = 6.45%
G = 57.26%
B = 36.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#08472D (or 0x08472D) is known color: British Racing Green. HEX triplet: 08, 47 and 2D. RGB value is (8,71,45). Sum of RGB (Red+Green+Blue) = 8+71+45=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #08472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08472D is #F7B8D2. Grayscale: #313131. Windows color (decimal): -16234707 or 2967304. OLE color: 2967304.

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

Color convert

RGB 8 71 45 -
CMYK 0.89 0 0.37 0.72
HSL 155.24º 0.8% 0.15% -
HSV(B) 155.24º 0.89% 0.28% -
XYZ 2.83 4.75 3.25 -
YUV 49.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 8 71 45 0.89 0 0.37 0.72 155.24 0.8 0.15
Hex 8 47 2D 59 0 25 48 9B 50 F
Octal 10 107 55 131 0 45 110 233 120 17
Binary 1000 1000111 101101 1011001 0 100101 1001000 10011011 1010000 1111

Color Harmonies of #08472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08472D

Black with #08472D

Text Example


Text Example

White with #08472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08472D;
 }
 .AnyTagClassName
 {
   color: #08472D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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