Html Css Color HEX #08472F British Racing Green

📋 copy color: '#08472F'

red 8 ◦ green 71 ◦ blue 47

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

Shades of British Racing Green #08472F

Tints of British Racing Green #08472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 6.35%
G = 56.35%
B = 37.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 8 71 47 -
CMYK 0.89 0 0.34 0.72
HSL 157.14º 0.8% 0.15% -
HSV(B) 157.14º 0.89% 0.28% -
XYZ 2.87 4.76 3.46 -
YUV 49.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 8 71 47 0.89 0 0.34 0.72 157.14 0.8 0.15
Hex 8 47 2F 59 0 22 48 9D 50 F
Octal 10 107 57 131 0 42 110 235 120 17
Binary 1000 1000111 101111 1011001 0 100010 1001000 10011101 1010000 1111

Color Harmonies of #08472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08472F

Black with #08472F

Text Example


Text Example

White with #08472F

Text Example


Text Example

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