Html Css Color HEX #084830 British Racing Green

📋 copy color: '#084830'

red 8 ◦ green 72 ◦ blue 48

#084830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #084830

Tints of British Racing Green #084830

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 value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#084830 (or 0x084830) is known color: 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

RGB 8 72 48 -
CMYK 0.89 0 0.33 0.72
HSL 157.5º 0.8% 0.16% -
HSV(B) 157.5º 0.89% 0.28% -
XYZ 2.95 4.9 3.59 -
YUV 50.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 8 72 48 0.89 0 0.33 0.72 157.5 0.8 0.16
Hex 8 48 30 59 0 21 48 9E 50 10
Octal 10 110 60 131 0 41 110 236 120 20
Binary 1000 1001000 110000 1011001 0 100001 1001000 10011110 1010000 10000

Color Harmonies of #084830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084830

Black with #084830

Text Example


Text Example

White with #084830

Text Example


Text Example

HTML Codes & Css Web 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>