#084232

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

Shades of British Racing Green #084232

Tints of British Racing Green #084232

Color information

#084232 (or 0x084232) is unknown color: approx British Racing Green. HEX triplet: 08, 42 and 32. RGB value is (8,66,50). Sum of RGB (Red+Green+Blue) = 8+66+50=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #084232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084232 is #F7BDCD. Grayscale: #2E2E2E. Windows color (decimal): -16235982 or 3293704. OLE color: 3293704.

HSL color Cylindrical-coordinate representation of color #084232: hue angle of 163.45º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084232 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB86650-
CMYK0.8800.240.74
HSL163.45º78.38%14.51%-
HSV(B)163.45º87.88%25.88%-
XYZ2.624.183.69-
YUV46.83129.78100.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=6.45%
G=53.23%
B=40.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866500.8800.240.74163.4578.3814.51
Hex84232580184Aa34ef
Octal101026213003011224311617
Binary10001000010110010101100001100010010101010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084232; }

 p { color: rgb(8,66,50); }

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

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

 a { background-color: rgb(8,66,50); }

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

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

 span { border-color: rgb(8,66,50); }

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