Html Css Color HEX #085023 British Racing Green

📋 copy color: '#085023'

red 8 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #085023

Tints of British Racing Green #085023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.46%

R = 6.5%
G = 65.04%
B = 28.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#085023 (or 0x085023) is known color: British Racing Green. HEX triplet: 08, 50 and 23. RGB value is (8,80,35). Sum of RGB (Red+Green+Blue) = 8+80+35=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #085023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085023 is #F7AFDC. Grayscale: #353535. Windows color (decimal): -16232413 or 2314248. OLE color: 2314248.

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

Color convert

RGB 8 80 35 -
CMYK 0.90 0 0.56 0.69
HSL 142.5º 0.82% 0.17% -
HSV(B) 142.5º 0.9% 0.31% -
XYZ 3.27 5.91 2.56 -
YUV 53.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 8 80 35 0.90 0 0.56 0.69 142.5 0.82 0.17
Hex 8 50 23 5A 0 38 45 8E 52 11
Octal 10 120 43 132 0 70 105 216 122 21
Binary 1000 1010000 100011 1011010 0 111000 1000101 10001110 1010010 10001

Color Harmonies of #085023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085023

Black with #085023

Text Example


Text Example

White with #085023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085023; }

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

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

background-color css

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

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

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

border-color css

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

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

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