Html Css Color HEX #08411F British Racing Green

📋 copy color: '#08411F'

red 8 ◦ green 65 ◦ blue 31

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

Shades of British Racing Green #08411F

Tints of British Racing Green #08411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 62.5%

 BLUE value IS 31 (12.5% from 255) = 29.81%

R = 7.69%
G = 62.5%
B = 29.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#08411F (or 0x08411F) is known color: British Racing Green. HEX triplet: 08, 41 and 1F. RGB value is (8,65,31). Sum of RGB (Red+Green+Blue) = 8+65+31=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #08411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08411F is #F7BEE0. Grayscale: #2C2C2C. Windows color (decimal): -16236257 or 2048264. OLE color: 2048264.

HSL color Cylindrical-coordinate representation of color #08411F: hue angle of 144.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08411F is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 31 -
CMYK 0.88 0 0.52 0.75
HSL 144.21º 0.78% 0.14% -
HSV(B) 144.21º 0.88% 0.25% -
XYZ 2.24 3.93 1.94 -
YUV 44.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 8 65 31 0.88 0 0.52 0.75 144.21 0.78 0.14
Hex 8 41 1F 58 0 34 4B 90 4E E
Octal 10 101 37 130 0 64 113 220 116 16
Binary 1000 1000001 11111 1011000 0 110100 1001011 10010000 1001110 1110

Color Harmonies of #08411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08411F

Black with #08411F

Text Example


Text Example

White with #08411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,65,31); }

 H1.HeaderClassName
 {
   color: #08411F;
 }
 .AnyTagClassName
 {
   color: #08411F;
 }
</style>

background-color css

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

 a { background-color: rgb(8,65,31); }

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

border-color css

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

 span { border-color: rgb(8,65,31); }

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