#084221

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

Shades of British Racing Green #084221

Tints of British Racing Green #084221

Color information

#084221 (or 0x084221) is unknown color: approx British Racing Green. HEX triplet: 08, 42 and 21. RGB value is (8,66,33). Sum of RGB (Red+Green+Blue) = 8+66+33=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #084221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084221 is #F7BDDE. Grayscale: #2C2C2C. Windows color (decimal): -16235999 or 2179592. OLE color: 2179592.

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

Color convert

RGB86633-
CMYK0.8800.50.74
HSL145.86º78.38%14.51%-
HSV(B)145.86º87.88%25.88%-
XYZ2.324.062.1-
YUV44.9121.28101.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=7.48%
G=61.68%
B=30.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866330.8800.50.74145.8678.3814.51
Hex84221580324A924ef
Octal101024113006211222211617
Binary100010000101000011011000011001010010101001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084221; }

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

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

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

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

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

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

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

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