#084A21

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

Shades of British Racing Green #084A21

Tints of British Racing Green #084A21

Color information

#084A21 (or 0x084A21) is unknown color: approx British Racing Green. HEX triplet: 08, 4A and 21. RGB value is (8,74,33). Sum of RGB (Red+Green+Blue) = 8+74+33=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #084A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A21 is #F7B5DE. Grayscale: #313131. Windows color (decimal): -16233951 or 2181640. OLE color: 2181640.

HSL color Cylindrical-coordinate representation of color #084A21: hue angle of 142.73º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A21 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB87433-
CMYK0.8900.550.71
HSL142.73º80.49%16.08%-
HSV(B)142.73º89.19%29.02%-
XYZ2.825.062.27-
YUV49.59118.6398.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 74 (29.30% from 255) = 64.35%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=6.96%
G=64.35%
B=28.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874330.8900.550.71142.7380.4916.08
Hex84A2159037478f5010
Octal101124113106710721712020
Binary1000100101010000110110010110111100011110001111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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