Html Css Color HEX #084C20 British Racing Green

📋 copy color: '#084C20'

red 8 ◦ green 76 ◦ blue 32

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

Shades of British Racing Green #084C20

Tints of British Racing Green #084C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 65.52%

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

R = 6.9%
G = 65.52%
B = 27.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#084C20 (or 0x084C20) is known color: British Racing Green. HEX triplet: 08, 4C and 20. RGB value is (8,76,32). Sum of RGB (Red+Green+Blue) = 8+76+32=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #084C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C20 is #F7B3DF. Grayscale: #323232. Windows color (decimal): -16233440 or 2116616. OLE color: 2116616.

HSL color Cylindrical-coordinate representation of color #084C20: hue angle of 141.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C20 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 76 32 -
CMYK 0.89 0 0.58 0.70
HSL 141.18º 0.81% 0.16% -
HSV(B) 141.18º 0.89% 0.3% -
XYZ 2.95 5.32 2.24 -
YUV 50.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 8 76 32 0.89 0 0.58 0.70 141.18 0.81 0.16
Hex 8 4C 20 59 0 3A 46 8D 51 10
Octal 10 114 40 131 0 72 106 215 121 20
Binary 1000 1001100 100000 1011001 0 111010 1000110 10001101 1010001 10000

Color Harmonies of #084C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C20

Black with #084C20

Text Example


Text Example

White with #084C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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