#084021

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

Shades of British Racing Green #084021

Tints of British Racing Green #084021

Color information

#084021 (or 0x084021) is unknown color: approx British Racing Green. HEX triplet: 08, 40 and 21. RGB value is (8,64,33). Sum of RGB (Red+Green+Blue) = 8+64+33=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #084021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084021 is #F7BFDE. Grayscale: #2B2B2B. Windows color (decimal): -16236511 or 2179080. OLE color: 2179080.

HSL color Cylindrical-coordinate representation of color #084021: hue angle of 146.79º 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 #084021 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB86433-
CMYK0.8700.480.75
HSL146.79º77.78%14.12%-
HSV(B)146.79º87.5%25.1%-
XYZ2.213.832.06-
YUV43.72121.95102.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=7.62%
G=60.95%
B=31.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864330.8700.480.75146.7977.7814.12
Hex84021570304B934ee
Octal101004112706011322311616
Binary100010000001000011010111011000010010111001001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084021; }

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

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

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

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

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

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

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

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