#084231

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

Shades of British Racing Green #084231

Tints of British Racing Green #084231

Color information

#084231 (or 0x084231) is unknown color: approx British Racing Green. HEX triplet: 08, 42 and 31. RGB value is (8,66,49). Sum of RGB (Red+Green+Blue) = 8+66+49=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #084231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084231 is #F7BDCE. Grayscale: #2E2E2E. Windows color (decimal): -16235983 or 3228168. OLE color: 3228168.

HSL color Cylindrical-coordinate representation of color #084231: hue angle of 162.41º 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 #084231 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB86649-
CMYK0.8800.260.74
HSL162.41º78.38%14.51%-
HSV(B)162.41º87.88%25.88%-
XYZ2.64.173.57-
YUV46.72129.28100.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=6.50%
G=53.66%
B=39.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866490.8800.260.74162.4178.3814.51
Hex842315801A4Aa24ef
Octal101026113003211224211617
Binary10001000010110001101100001101010010101010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084231; }

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

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

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

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

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

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

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

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