Html Css Color HEX #085026 British Racing Green

📋 copy color: '#085026'

red 8 ◦ green 80 ◦ blue 38

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

Shades of British Racing Green #085026

Tints of British Racing Green #085026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 63.49%

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

R = 6.35%
G = 63.49%
B = 30.16%

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

#085026 (or 0x085026) is known color: British Racing Green. HEX triplet: 08, 50 and 26. RGB value is (8,80,38). Sum of RGB (Red+Green+Blue) = 8+80+38=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #085026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085026 is #F7AFD9. Grayscale: #353535. Windows color (decimal): -16232410 or 2510856. OLE color: 2510856.

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

Color convert

RGB 8 80 38 -
CMYK 0.90 0 0.52 0.69
HSL 145º 0.82% 0.17% -
HSV(B) 145º 0.9% 0.31% -
XYZ 3.32 5.93 2.8 -
YUV 53.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 8 80 38 0.90 0 0.52 0.69 145 0.82 0.17
Hex 8 50 26 5A 0 34 45 91 52 11
Octal 10 120 46 132 0 64 105 221 122 21
Binary 1000 1010000 100110 1011010 0 110100 1000101 10010001 1010010 10001

Color Harmonies of #085026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085026

Black with #085026

Text Example


Text Example

White with #085026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085026; }

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

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

background-color css

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

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

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

border-color css

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

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

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