#084B26

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

Shades of British Racing Green #084B26

Tints of British Racing Green #084B26

Color information

#084B26 (or 0x084B26) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 26. RGB value is (8,75,38). Sum of RGB (Red+Green+Blue) = 8+75+38=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #084B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B26 is #F7B4D9. Grayscale: #323232. Windows color (decimal): -16233690 or 2509576. OLE color: 2509576.

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

Color convert

RGB87538-
CMYK0.8900.490.71
HSL146.87º80.72%16.27%-
HSV(B)146.87º89.33%29.41%-
XYZ2.975.222.69-
YUV50.75120.897.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 75 (29.69% from 255) = 61.98%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=6.61%
G=61.98%
B=31.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875380.8900.490.71146.8780.7216.27
Hex84B265903147935110
Octal101134613106110722312120
Binary1000100101110011010110010110001100011110010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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