Html Css Color HEX #084332 British Racing Green

📋 copy color: '#084332'

red 8 ◦ green 67 ◦ blue 50

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

Shades of British Racing Green #084332

Tints of British Racing Green #084332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.6%

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

R = 6.4%
G = 53.6%
B = 40%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#084332 (or 0x084332) is known color: British Racing Green. HEX triplet: 08, 43 and 32. RGB value is (8,67,50). Sum of RGB (Red+Green+Blue) = 8+67+50=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #084332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084332 is #F7BCCD. Grayscale: #2F2F2F. Windows color (decimal): -16235726 or 3293960. OLE color: 3293960.

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

Color convert

RGB 8 67 50 -
CMYK 0.88 0 0.25 0.74
HSL 162.71º 0.79% 0.15% -
HSV(B) 162.71º 0.88% 0.26% -
XYZ 2.68 4.3 3.71 -
YUV 47.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 8 67 50 0.88 0 0.25 0.74 162.71 0.79 0.15
Hex 8 43 32 58 0 19 4A A3 4F F
Octal 10 103 62 130 0 31 112 243 117 17
Binary 1000 1000011 110010 1011000 0 11001 1001010 10100011 1001111 1111

Color Harmonies of #084332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084332

Black with #084332

Text Example


Text Example

White with #084332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084332; }

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

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

background-color css

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

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

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

border-color css

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

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

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