Html Css Color HEX #084022 British Racing Green

📋 copy color: '#084022'

red 8 ◦ green 64 ◦ blue 34

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

Shades of British Racing Green #084022

Tints of British Racing Green #084022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

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

R = 7.55%
G = 60.38%
B = 32.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#084022 (or 0x084022) is known color: British Racing Green. HEX triplet: 08, 40 and 22. RGB value is (8,64,34). Sum of RGB (Red+Green+Blue) = 8+64+34=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #084022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084022 is #F7BFDD. Grayscale: #2B2B2B. Windows color (decimal): -16236510 or 2244616. OLE color: 2244616.

HSL color Cylindrical-coordinate representation of color #084022: hue angle of 147.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084022 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 34 -
CMYK 0.87 0 0.47 0.75
HSL 147.86º 0.78% 0.14% -
HSV(B) 147.86º 0.88% 0.25% -
XYZ 2.22 3.83 2.14 -
YUV 43.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 8 64 34 0.87 0 0.47 0.75 147.86 0.78 0.14
Hex 8 40 22 57 0 2F 4B 94 4E E
Octal 10 100 42 127 0 57 113 224 116 16
Binary 1000 1000000 100010 1010111 0 101111 1001011 10010100 1001110 1110

Color Harmonies of #084022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084022

Black with #084022

Text Example


Text Example

White with #084022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084022; }

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

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

background-color css

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

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

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

border-color css

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

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

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