#084B33

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

Shades of British Racing Green #084B33

Tints of British Racing Green #084B33

Color information

#084B33 (or 0x084B33) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 33. RGB value is (8,75,51). Sum of RGB (Red+Green+Blue) = 8+75+51=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #084B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B33 is #F7B4CC. Grayscale: #343434. Windows color (decimal): -16233677 or 3361544. OLE color: 3361544.

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

Color convert

RGB87551-
CMYK0.8900.320.71
HSL158.51º80.72%16.27%-
HSV(B)158.51º89.33%29.41%-
XYZ3.215.323.99-
YUV52.23127.396.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=5.97%
G=55.97%
B=38.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875510.8900.320.71158.5180.7216.27
Hex84B3359020479f5110
Octal101136313104010723712120
Binary1000100101111001110110010100000100011110011111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,75,51); }

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

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

 a { background-color: rgb(8,75,51); }

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

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

 span { border-color: rgb(8,75,51); }

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