Html Css Color HEX #084320 British Racing Green

📋 copy color: '#084320'

red 8 ◦ green 67 ◦ blue 32

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

Shades of British Racing Green #084320

Tints of British Racing Green #084320

RGB

 RED value IS 8 (3.52% from 255) = 7.48%

 GREEN value IS 67 (26.56% from 255) = 62.62%

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 7.48%
G = 62.62%
B = 29.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#084320 (or 0x084320) is known color: British Racing Green. HEX triplet: 08, 43 and 20. RGB value is (8,67,32). Sum of RGB (Red+Green+Blue) = 8+67+32=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #084320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084320 is #F7BCDF. Grayscale: #2D2D2D. Windows color (decimal): -16235744 or 2114312. OLE color: 2114312.

HSL color Cylindrical-coordinate representation of color #084320: hue angle of 144.41º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084320 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 67 32 -
CMYK 0.88 0 0.52 0.74
HSL 144.41º 0.79% 0.15% -
HSV(B) 144.41º 0.88% 0.26% -
XYZ 2.37 4.17 2.05 -
YUV 45.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 8 67 32 0.88 0 0.52 0.74 144.41 0.79 0.15
Hex 8 43 20 58 0 34 4A 90 4F F
Octal 10 103 40 130 0 64 112 220 117 17
Binary 1000 1000011 100000 1011000 0 110100 1001010 10010000 1001111 1111

Color Harmonies of #084320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084320

Black with #084320

Text Example


Text Example

White with #084320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084320; }

 p { color: rgb(8,67,32); }

 H1.HeaderClassName
 {
   color: #084320;
 }
 .AnyTagClassName
 {
   color: #084320;
 }
</style>

background-color css

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

 a { background-color: rgb(8,67,32); }

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

border-color css

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

 span { border-color: rgb(8,67,32); }

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