Html Css Color HEX #084C2C British Racing Green

📋 copy color: '#084C2C'

red 8 ◦ green 76 ◦ blue 44

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

Shades of British Racing Green #084C2C

Tints of British Racing Green #084C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.38%

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

R = 6.25%
G = 59.38%
B = 34.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#084C2C (or 0x084C2C) is known color: British Racing Green. HEX triplet: 08, 4C and 2C. RGB value is (8,76,44). Sum of RGB (Red+Green+Blue) = 8+76+44=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #084C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C2C is #F7B3D3. Grayscale: #343434. Windows color (decimal): -16233428 or 2903048. OLE color: 2903048.

HSL color Cylindrical-coordinate representation of color #084C2C: hue angle of 151.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C2C is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 76 44 -
CMYK 0.89 0 0.42 0.70
HSL 151.76º 0.81% 0.16% -
HSV(B) 151.76º 0.89% 0.3% -
XYZ 3.14 5.4 3.26 -
YUV 52.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 8 76 44 0.89 0 0.42 0.70 151.76 0.81 0.16
Hex 8 4C 2C 59 0 2A 46 98 51 10
Octal 10 114 54 131 0 52 106 230 121 20
Binary 1000 1001100 101100 1011001 0 101010 1000110 10011000 1010001 10000

Color Harmonies of #084C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C2C

Black with #084C2C

Text Example


Text Example

White with #084C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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