Html Css Color HEX #084A28 British Racing Green

📋 copy color: '#084A28'

red 8 ◦ green 74 ◦ blue 40

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

Shades of British Racing Green #084A28

Tints of British Racing Green #084A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.79%

R = 6.56%
G = 60.66%
B = 32.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#084A28 (or 0x084A28) is known color: British Racing Green. HEX triplet: 08, 4A and 28. RGB value is (8,74,40). Sum of RGB (Red+Green+Blue) = 8+74+40=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #084A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A28 is #F7B5D7. Grayscale: #323232. Windows color (decimal): -16233944 or 2640392. OLE color: 2640392.

HSL color Cylindrical-coordinate representation of color #084A28: hue angle of 149.09º 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 #084A28 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 40 -
CMYK 0.89 0 0.46 0.71
HSL 149.09º 0.8% 0.16% -
HSV(B) 149.09º 0.89% 0.29% -
XYZ 2.93 5.1 2.84 -
YUV 50.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 8 74 40 0.89 0 0.46 0.71 149.09 0.8 0.16
Hex 8 4A 28 59 0 2E 47 95 50 10
Octal 10 112 50 131 0 56 107 225 120 20
Binary 1000 1001010 101000 1011001 0 101110 1000111 10010101 1010000 10000

Color Harmonies of #084A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A28

Black with #084A28

Text Example


Text Example

White with #084A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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