#084B2E

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

Shades of British Racing Green #084B2E

Tints of British Racing Green #084B2E

Color information

#084B2E (or 0x084B2E) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 2E. RGB value is (8,75,46). Sum of RGB (Red+Green+Blue) = 8+75+46=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #084B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B2E is #F7B4D1. Grayscale: #333333. Windows color (decimal): -16233682 or 3033864. OLE color: 3033864.

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

Color convert

RGB87546-
CMYK0.8900.390.71
HSL154.03º80.72%16.27%-
HSV(B)154.03º89.33%29.41%-
XYZ3.115.283.44-
YUV51.66124.896.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 75 (29.69% from 255) = 58.14%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=6.20%
G=58.14%
B=35.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875460.8900.390.71154.0380.7216.27
Hex84B2E59027479a5110
Octal101135613104710723212120
Binary1000100101110111010110010100111100011110011010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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