#084028

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

Shades of British Racing Green #084028

Tints of British Racing Green #084028

Color information

#084028 (or 0x084028) is unknown color: approx British Racing Green. HEX triplet: 08, 40 and 28. RGB value is (8,64,40). Sum of RGB (Red+Green+Blue) = 8+64+40=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #084028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084028 is #F7BFD7. Grayscale: #2C2C2C. Windows color (decimal): -16236504 or 2637832. OLE color: 2637832.

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

Color convert

RGB86440-
CMYK0.8700.380.75
HSL154.29º77.78%14.12%-
HSV(B)154.29º87.5%25.1%-
XYZ2.323.872.63-
YUV44.52125.45101.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=7.14%
G=57.14%
B=35.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864400.8700.380.75154.2977.7814.12
Hex84028570264B9a4ee
Octal101005012704611323211616
Binary100010000001010001010111010011010010111001101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084028; }

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

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

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

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

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

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

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

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