#084F2C

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

Shades of British Racing Green #084F2C

Tints of British Racing Green #084F2C

Color information

#084F2C (or 0x084F2C) is unknown color: approx British Racing Green. HEX triplet: 08, 4F and 2C. RGB value is (8,79,44). Sum of RGB (Red+Green+Blue) = 8+79+44=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #084F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F2C is #F7B0D3. Grayscale: #353535. Windows color (decimal): -16232660 or 2903816. OLE color: 2903816.

HSL color Cylindrical-coordinate representation of color #084F2C: hue angle of 150.42º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F2C is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB87944-
CMYK0.9000.440.69
HSL150.42º81.61%17.06%-
HSV(B)150.42º89.87%30.98%-
XYZ3.355.833.33-
YUV53.78122.4895.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 79 (31.25% from 255) = 60.31%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=6.11%
G=60.31%
B=33.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879440.9000.440.69150.4281.6117.06
Hex84F2C5A02C45965211
Octal101175413205410522612221
Binary1000100111110110010110100101100100010110010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,79,44); }

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

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

 a { background-color: rgb(8,79,44); }

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

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

 span { border-color: rgb(8,79,44); }

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