#08411E

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

Shades of British Racing Green #08411E

Tints of British Racing Green #08411E

Color information

#08411E (or 0x08411E) is unknown color: approx British Racing Green. HEX triplet: 08, 41 and 1E. RGB value is (8,65,30). Sum of RGB (Red+Green+Blue) = 8+65+30=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #08411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08411E is #F7BEE1. Grayscale: #2C2C2C. Windows color (decimal): -16236258 or 1982728. OLE color: 1982728.

HSL color Cylindrical-coordinate representation of color #08411E: hue angle of 143.16º 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 #08411E is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB86530-
CMYK0.8800.540.75
HSL143.16º78.08%14.31%-
HSV(B)143.16º87.69%25.49%-
XYZ2.223.931.87-
YUV43.97120.12102.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 65 (25.78% from 255) = 63.11%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=7.77%
G=63.11%
B=29.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865300.8800.540.75143.1678.0814.31
Hex8411E580364B8f4ee
Octal101013613006611321711616
Binary10001000001111101011000011011010010111000111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08411E;
 }
 .AnyTagClassName
 {
   color: #08411E;
 }
</style>
background-color css

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

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

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

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

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

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