Html Css Color HEX #084221 British Racing Green

📋 copy color: '#084221'

red 8 ◦ green 66 ◦ blue 33

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

Shades of British Racing Green #084221

Tints of British Racing Green #084221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.68%

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 7.48%
G = 61.68%
B = 30.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#084221 (or 0x084221) is known color: British Racing Green. HEX triplet: 08, 42 and 21. RGB value is (8,66,33). Sum of RGB (Red+Green+Blue) = 8+66+33=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #084221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084221 is #F7BDDE. Grayscale: #2C2C2C. Windows color (decimal): -16235999 or 2179592. OLE color: 2179592.

HSL color Cylindrical-coordinate representation of color #084221: hue angle of 145.86º degrees, saturation: 0.78, 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 #084221 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 33 -
CMYK 0.88 0 0.5 0.74
HSL 145.86º 0.78% 0.15% -
HSV(B) 145.86º 0.88% 0.26% -
XYZ 2.32 4.06 2.1 -
YUV 44.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 8 66 33 0.88 0 0.5 0.74 145.86 0.78 0.15
Hex 8 42 21 58 0 32 4A 92 4E F
Octal 10 102 41 130 0 62 112 222 116 17
Binary 1000 1000010 100001 1011000 0 110010 1001010 10010010 1001110 1111

Color Harmonies of #084221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084221

Black with #084221

Text Example


Text Example

White with #084221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084221; }

 p { color: rgb(8,66,33); }

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

background-color css

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

 a { background-color: rgb(8,66,33); }

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

border-color css

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

 span { border-color: rgb(8,66,33); }

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