Html Css Color HEX #084F2B British Racing Green

📋 copy color: '#084F2B'

red 8 ◦ green 79 ◦ blue 43

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

Shades of British Racing Green #084F2B

Tints of British Racing Green #084F2B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 60.77%

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 6.15%
G = 60.77%
B = 33.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#084F2B (or 0x084F2B) is known color: British Racing Green. HEX triplet: 08, 4F and 2B. RGB value is (8,79,43). Sum of RGB (Red+Green+Blue) = 8+79+43=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 79 (31.25% from 255 or 60.77% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 79 - color contains mainly: green. Hex color #084F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F2B is #F7B0D4. Grayscale: #353535. Windows color (decimal): -16232661 or 2838280. OLE color: 2838280.

HSL color Cylindrical-coordinate representation of color #084F2B: hue angle of 149.58º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F2B is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 79 43 -
CMYK 0.90 0 0.46 0.69
HSL 149.58º 0.82% 0.17% -
HSV(B) 149.58º 0.9% 0.31% -
XYZ 3.33 5.82 3.23 -
YUV 53.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 8 79 43 0.90 0 0.46 0.69 149.58 0.82 0.17
Hex 8 4F 2B 5A 0 2E 45 96 52 11
Octal 10 117 53 132 0 56 105 226 122 21
Binary 1000 1001111 101011 1011010 0 101110 1000101 10010110 1010010 10001

Color Harmonies of #084F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F2B

Black with #084F2B

Text Example


Text Example

White with #084F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,43); }

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

background-color css

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

 a { background-color: rgb(8,79,43); }

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

border-color css

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

 span { border-color: rgb(8,79,43); }

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