Html Css Color HEX #084222 British Racing Green

📋 copy color: '#084222'

red 8 ◦ green 66 ◦ blue 34

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

Shades of British Racing Green #084222

Tints of British Racing Green #084222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.48%

R = 7.41%
G = 61.11%
B = 31.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#084222 (or 0x084222) is known color: British Racing Green. HEX triplet: 08, 42 and 22. RGB value is (8,66,34). Sum of RGB (Red+Green+Blue) = 8+66+34=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #084222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084222 is #F7BDDD. Grayscale: #2D2D2D. Windows color (decimal): -16235998 or 2245128. OLE color: 2245128.

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

Color convert

RGB 8 66 34 -
CMYK 0.88 0 0.48 0.74
HSL 146.9º 0.78% 0.15% -
HSV(B) 146.9º 0.88% 0.26% -
XYZ 2.34 4.06 2.17 -
YUV 45.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 8 66 34 0.88 0 0.48 0.74 146.9 0.78 0.15
Hex 8 42 22 58 0 30 4A 93 4E F
Octal 10 102 42 130 0 60 112 223 116 17
Binary 1000 1000010 100010 1011000 0 110000 1001010 10010011 1001110 1111

Color Harmonies of #084222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084222

Black with #084222

Text Example


Text Example

White with #084222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084222; }

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

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

background-color css

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

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

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

border-color css

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

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

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