Html Css Color HEX #084232 British Racing Green

📋 copy color: '#084232'

red 8 ◦ green 66 ◦ blue 50

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

Shades of British Racing Green #084232

Tints of British Racing Green #084232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.32%

R = 6.45%
G = 53.23%
B = 40.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#084232 (or 0x084232) is known color: British Racing Green. HEX triplet: 08, 42 and 32. RGB value is (8,66,50). Sum of RGB (Red+Green+Blue) = 8+66+50=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #084232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084232 is #F7BDCD. Grayscale: #2E2E2E. Windows color (decimal): -16235982 or 3293704. OLE color: 3293704.

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

Color convert

RGB 8 66 50 -
CMYK 0.88 0 0.24 0.74
HSL 163.45º 0.78% 0.15% -
HSV(B) 163.45º 0.88% 0.26% -
XYZ 2.62 4.18 3.69 -
YUV 46.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 8 66 50 0.88 0 0.24 0.74 163.45 0.78 0.15
Hex 8 42 32 58 0 18 4A A3 4E F
Octal 10 102 62 130 0 30 112 243 116 17
Binary 1000 1000010 110010 1011000 0 11000 1001010 10100011 1001110 1111

Color Harmonies of #084232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084232

Black with #084232

Text Example


Text Example

White with #084232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084232; }

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

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

background-color css

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

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

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

border-color css

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

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

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