Html Css Color HEX #084F26 British Racing Green

📋 copy color: '#084F26'

red 8 ◦ green 79 ◦ blue 38

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

Shades of British Racing Green #084F26

Tints of British Racing Green #084F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 6.4%
G = 63.2%
B = 30.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#084F26 (or 0x084F26) is known color: British Racing Green. HEX triplet: 08, 4F and 26. RGB value is (8,79,38). Sum of RGB (Red+Green+Blue) = 8+79+38=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #084F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F26 is #F7B0D9. Grayscale: #353535. Windows color (decimal): -16232666 or 2510600. OLE color: 2510600.

HSL color Cylindrical-coordinate representation of color #084F26: hue angle of 145.35º 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 #084F26 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 79 38 -
CMYK 0.90 0 0.52 0.69
HSL 145.35º 0.82% 0.17% -
HSV(B) 145.35º 0.9% 0.31% -
XYZ 3.25 5.78 2.78 -
YUV 53.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 8 79 38 0.90 0 0.52 0.69 145.35 0.82 0.17
Hex 8 4F 26 5A 0 34 45 91 52 11
Octal 10 117 46 132 0 64 105 221 122 21
Binary 1000 1001111 100110 1011010 0 110100 1000101 10010001 1010010 10001

Color Harmonies of #084F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F26

Black with #084F26

Text Example


Text Example

White with #084F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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