Html Css Color HEX #08471E British Racing Green

📋 copy color: '#08471E'

red 8 ◦ green 71 ◦ blue 30

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

Shades of British Racing Green #08471E

Tints of British Racing Green #08471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.52%

R = 7.34%
G = 65.14%
B = 27.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#08471E (or 0x08471E) is known color: British Racing Green. HEX triplet: 08, 47 and 1E. RGB value is (8,71,30). Sum of RGB (Red+Green+Blue) = 8+71+30=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #08471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08471E is #F7B8E1. Grayscale: #2F2F2F. Windows color (decimal): -16234722 or 1984264. OLE color: 1984264.

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

Color convert

RGB 8 71 30 -
CMYK 0.89 0 0.58 0.72
HSL 140.95º 0.8% 0.15% -
HSV(B) 140.95º 0.89% 0.28% -
XYZ 2.59 4.65 1.99 -
YUV 47.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 8 71 30 0.89 0 0.58 0.72 140.95 0.8 0.15
Hex 8 47 1E 59 0 3A 48 8D 50 F
Octal 10 107 36 131 0 72 110 215 120 17
Binary 1000 1000111 11110 1011001 0 111010 1001000 10001101 1010000 1111

Color Harmonies of #08471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08471E

Black with #08471E

Text Example


Text Example

White with #08471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08471E; }

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

 H1.HeaderClassName
 {
   color: #08471E;
 }
 .AnyTagClassName
 {
   color: #08471E;
 }
</style>

background-color css

<style>
 a { background-color: #08471E; }

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

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

border-color css

<style>
 span { border-color: #08471E; }

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

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