#084830

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

Shades of British Racing Green #084830

Tints of British Racing Green #084830

Color information

#084830 (or 0x084830) is unknown color: approx British Racing Green. HEX triplet: 08, 48 and 30. RGB value is (8,72,48). Sum of RGB (Red+Green+Blue) = 8+72+48=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #084830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084830 is #F7B7CF. Grayscale: #323232. Windows color (decimal): -16234448 or 3164168. OLE color: 3164168.

HSL color Cylindrical-coordinate representation of color #084830: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084830 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB87248-
CMYK0.8900.330.72
HSL157.5º80%15.69%-
HSV(B)157.5º88.89%28.24%-
XYZ2.954.93.59-
YUV50.13126.897.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=6.25%
G=56.25%
B=37.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872480.8900.330.72157.58015.69
Hex8483059021489e5010
Octal101106013104111023612020
Binary1000100100011000010110010100001100100010011110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084830; }

 p { color: rgb(8,72,48); }

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

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

 a { background-color: rgb(8,72,48); }

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

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

 span { border-color: rgb(8,72,48); }

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