#08412E

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

Shades of British Racing Green #08412E

Tints of British Racing Green #08412E

Color information

#08412E (or 0x08412E) is unknown color: approx British Racing Green. HEX triplet: 08, 41 and 2E. RGB value is (8,65,46). Sum of RGB (Red+Green+Blue) = 8+65+46=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #08412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08412E is #F7BED1. Grayscale: #2D2D2D. Windows color (decimal): -16236242 or 3031304. OLE color: 3031304.

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

Color convert

RGB86546-
CMYK0.8800.290.75
HSL160º78.08%14.31%-
HSV(B)160º87.69%25.49%-
XYZ2.484.033.23-
YUV45.79128.12101.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=6.72%
G=54.62%
B=38.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865460.8800.290.7516078.0814.31
Hex8412E5801D4Ba04ee
Octal101015613003511324011616
Binary10001000001101110101100001110110010111010000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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