Html Css Color HEX #084A2C British Racing Green

📋 copy color: '#084A2C'

red 8 ◦ green 74 ◦ blue 44

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

Shades of British Racing Green #084A2C

Tints of British Racing Green #084A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 58.73%

 BLUE value IS 44 (17.58% from 255) = 34.92%

R = 6.35%
G = 58.73%
B = 34.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#084A2C (or 0x084A2C) is known color: British Racing Green. HEX triplet: 08, 4A and 2C. RGB value is (8,74,44). Sum of RGB (Red+Green+Blue) = 8+74+44=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #084A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A2C is #F7B5D3. Grayscale: #323232. Windows color (decimal): -16233940 or 2902536. OLE color: 2902536.

HSL color Cylindrical-coordinate representation of color #084A2C: hue angle of 152.73º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A2C is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 44 -
CMYK 0.89 0 0.41 0.71
HSL 152.73º 0.8% 0.16% -
HSV(B) 152.73º 0.89% 0.29% -
XYZ 3 5.13 3.21 -
YUV 50.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 8 74 44 0.89 0 0.41 0.71 152.73 0.8 0.16
Hex 8 4A 2C 59 0 29 47 99 50 10
Octal 10 112 54 131 0 51 107 231 120 20
Binary 1000 1001010 101100 1011001 0 101001 1000111 10011001 1010000 10000

Color Harmonies of #084A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A2C

Black with #084A2C

Text Example


Text Example

White with #084A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084A2C; }

 p { color: rgb(8,74,44); }

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

background-color css

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

 a { background-color: rgb(8,74,44); }

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

border-color css

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

 span { border-color: rgb(8,74,44); }

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