Html Css Color HEX #08401F British Racing Green

📋 copy color: '#08401F'

red 8 ◦ green 64 ◦ blue 31

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

Shades of British Racing Green #08401F

Tints of British Racing Green #08401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 62.14%

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

R = 7.77%
G = 62.14%
B = 30.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#08401F (or 0x08401F) is known color: British Racing Green. HEX triplet: 08, 40 and 1F. RGB value is (8,64,31). Sum of RGB (Red+Green+Blue) = 8+64+31=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #08401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08401F is #F7BFE0. Grayscale: #2B2B2B. Windows color (decimal): -16236513 or 2048008. OLE color: 2048008.

HSL color Cylindrical-coordinate representation of color #08401F: hue angle of 144.64º 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 #08401F is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 31 -
CMYK 0.87 0 0.52 0.75
HSL 144.64º 0.78% 0.14% -
HSV(B) 144.64º 0.88% 0.25% -
XYZ 2.18 3.82 1.92 -
YUV 43.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 8 64 31 0.87 0 0.52 0.75 144.64 0.78 0.14
Hex 8 40 1F 57 0 34 4B 91 4E E
Octal 10 100 37 127 0 64 113 221 116 16
Binary 1000 1000000 11111 1010111 0 110100 1001011 10010001 1001110 1110

Color Harmonies of #08401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08401F

Black with #08401F

Text Example


Text Example

White with #08401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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