#08412B

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

Shades of British Racing Green #08412B

Tints of British Racing Green #08412B

Color information

#08412B (or 0x08412B) is unknown color: approx British Racing Green. HEX triplet: 08, 41 and 2B. RGB value is (8,65,43). Sum of RGB (Red+Green+Blue) = 8+65+43=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #08412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08412B is #F7BED4. Grayscale: #2D2D2D. Windows color (decimal): -16236245 or 2834696. OLE color: 2834696.

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

Color convert

RGB86543-
CMYK0.8800.340.75
HSL156.84º78.08%14.31%-
HSV(B)156.84º87.69%25.49%-
XYZ2.434.012.93-
YUV45.45126.62101.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=6.90%
G=56.03%
B=37.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865430.8800.340.75156.8478.0814.31
Hex8412B580224B9d4ee
Octal101015313004211323511616
Binary100010000011010111011000010001010010111001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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