#08411F

Color #08411F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #08411F

Tints of British Racing Green #08411F

Color information

#08411F (or 0x08411F) is unknown color: approx 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

RGB86531-
CMYK0.8800.520.75
HSL144.21º78.08%14.31%-
HSV(B)144.21º87.69%25.49%-
XYZ2.243.931.94-
YUV44.08120.62102.26-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865310.8800.520.75144.2178.0814.31
Hex8411F580344B904ee
Octal101013713006411322011616
Binary10001000001111111011000011010010010111001000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>