#084F21

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

Shades of British Racing Green #084F21

Tints of British Racing Green #084F21

Color information

#084F21 (or 0x084F21) is unknown color: approx British Racing Green. HEX triplet: 08, 4F and 21. RGB value is (8,79,33). Sum of RGB (Red+Green+Blue) = 8+79+33=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 79 (31.25% from 255 or 65.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 79 - color contains mainly: green. Hex color #084F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F21 is #F7B0DE. Grayscale: #343434. Windows color (decimal): -16232671 or 2182920. OLE color: 2182920.

HSL color Cylindrical-coordinate representation of color #084F21: hue angle of 141.13º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F21 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB87933-
CMYK0.9000.580.69
HSL141.13º81.61%17.06%-
HSV(B)141.13º89.87%30.98%-
XYZ3.175.752.38-
YUV52.53116.9896.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 79 (31.25% from 255) = 65.83%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=6.67%
G=65.83%
B=27.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879330.9000.580.69141.1381.6117.06
Hex84F215A03A458d5211
Octal101174113207210521512221
Binary1000100111110000110110100111010100010110001101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084F21; }

 p { color: rgb(8,79,33); }

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

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

 a { background-color: rgb(8,79,33); }

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

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

 span { border-color: rgb(8,79,33); }

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