#084A28

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

Shades of British Racing Green #084A28

Tints of British Racing Green #084A28

Color information

#084A28 (or 0x084A28) is unknown color: approx British Racing Green. HEX triplet: 08, 4A and 28. RGB value is (8,74,40). Sum of RGB (Red+Green+Blue) = 8+74+40=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #084A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A28 is #F7B5D7. Grayscale: #323232. Windows color (decimal): -16233944 or 2640392. OLE color: 2640392.

HSL color Cylindrical-coordinate representation of color #084A28: hue angle of 149.09º 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 #084A28 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB87440-
CMYK0.8900.460.71
HSL149.09º80.49%16.08%-
HSV(B)149.09º89.19%29.02%-
XYZ2.935.12.84-
YUV50.39122.1397.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 74 (29.30% from 255) = 60.66%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=6.56%
G=60.66%
B=32.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874400.8900.460.71149.0980.4916.08
Hex84A285902E47955010
Octal101125013105610722512020
Binary1000100101010100010110010101110100011110010101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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