Html Css Color HEX #08472C British Racing Green

📋 copy color: '#08472C'

red 8 ◦ green 71 ◦ blue 44

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

Shades of British Racing Green #08472C

Tints of British Racing Green #08472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 35.77%

R = 6.5%
G = 57.72%
B = 35.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#08472C (or 0x08472C) is known color: 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

RGB 8 71 44 -
CMYK 0.89 0 0.38 0.72
HSL 154.29º 0.8% 0.15% -
HSV(B) 154.29º 0.89% 0.28% -
XYZ 2.81 4.74 3.15 -
YUV 49.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 8 71 44 0.89 0 0.38 0.72 154.29 0.8 0.15
Hex 8 47 2C 59 0 26 48 9A 50 F
Octal 10 107 54 131 0 46 110 232 120 17
Binary 1000 1000111 101100 1011001 0 100110 1001000 10011010 1010000 1111

Color Harmonies of #08472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08472C

Black with #08472C

Text Example


Text Example

White with #08472C

Text Example


Text Example

HTML Codes & Css Web 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>