Html Css Color HEX #005011 British Racing Green

📋 copy color: '#005011'

red 0 ◦ green 80 ◦ blue 17

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

Shades of British Racing Green #005011

Tints of British Racing Green #005011

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 17 (7.03% from 255) = 17.53%

R = 0%
G = 82.47%
B = 17.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#005011 (or 0x005011) is known color: British Racing Green. HEX triplet: 00, 50 and 11. RGB value is (0,80,17). Sum of RGB (Red+Green+Blue) = 0+80+17=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #005011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005011 is #FFAFEE. Grayscale: #313131. Windows color (decimal): -16756719 or 1134592. OLE color: 1134592.

HSL color Cylindrical-coordinate representation of color #005011: hue angle of 132.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005011 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 17 -
CMYK 1 0 0.79 0.69
HSL 132.75º 1% 0.16% -
HSV(B) 132.75º 1% 0.31% -
XYZ 2.97 5.78 1.49 -
YUV 48.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 0 80 17 1 0 0.79 0.69 132.75 1 0.16
Hex 0 50 11 64 0 4F 45 85 64 10
Octal 0 120 21 144 0 117 105 205 144 20
Binary 0 1010000 10001 1100100 0 1001111 1000101 10000101 1100100 10000

Color Harmonies of #005011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005011

Black with #005011

Text Example


Text Example

White with #005011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005011; }

 p { color: rgb(0,80,17); }

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

background-color css

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

 a { background-color: rgb(0,80,17); }

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

border-color css

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

 span { border-color: rgb(0,80,17); }

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