Html Css Color HEX #084124 British Racing Green

📋 copy color: '#084124'

red 8 ◦ green 65 ◦ blue 36

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

Shades of British Racing Green #084124

Tints of British Racing Green #084124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.63%

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

R = 7.34%
G = 59.63%
B = 33.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#084124 (or 0x084124) is known color: British Racing Green. HEX triplet: 08, 41 and 24. RGB value is (8,65,36). Sum of RGB (Red+Green+Blue) = 8+65+36=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #084124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084124 is #F7BEDB. Grayscale: #2C2C2C. Windows color (decimal): -16236252 or 2375944. OLE color: 2375944.

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

Color convert

RGB 8 65 36 -
CMYK 0.88 0 0.45 0.75
HSL 149.47º 0.78% 0.14% -
HSV(B) 149.47º 0.88% 0.25% -
XYZ 2.31 3.96 2.31 -
YUV 44.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 8 65 36 0.88 0 0.45 0.75 149.47 0.78 0.14
Hex 8 41 24 58 0 2D 4B 95 4E E
Octal 10 101 44 130 0 55 113 225 116 16
Binary 1000 1000001 100100 1011000 0 101101 1001011 10010101 1001110 1110

Color Harmonies of #084124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084124

Black with #084124

Text Example


Text Example

White with #084124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084124; }

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

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

background-color css

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

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

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

border-color css

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

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

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