Html Css Color HEX #084224 British Racing Green

📋 copy color: '#084224'

red 8 ◦ green 66 ◦ blue 36

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

Shades of British Racing Green #084224

Tints of British Racing Green #084224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 7.27%
G = 60%
B = 32.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#084224 (or 0x084224) is known color: British Racing Green. HEX triplet: 08, 42 and 24. RGB value is (8,66,36). Sum of RGB (Red+Green+Blue) = 8+66+36=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #084224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084224 is #F7BDDB. Grayscale: #2D2D2D. Windows color (decimal): -16235996 or 2376200. OLE color: 2376200.

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

Color convert

RGB 8 66 36 -
CMYK 0.88 0 0.45 0.74
HSL 148.97º 0.78% 0.15% -
HSV(B) 148.97º 0.88% 0.26% -
XYZ 2.37 4.08 2.33 -
YUV 45.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 8 66 36 0.88 0 0.45 0.74 148.97 0.78 0.15
Hex 8 42 24 58 0 2D 4A 95 4E F
Octal 10 102 44 130 0 55 112 225 116 17
Binary 1000 1000010 100100 1011000 0 101101 1001010 10010101 1001110 1111

Color Harmonies of #084224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084224

Black with #084224

Text Example


Text Example

White with #084224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084224; }

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

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

background-color css

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

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

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

border-color css

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

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

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