#005111

Color #005111 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #005111

Tints of British Racing Green #005111

Color information

#005111 (or 0x005111) is unknown color: approx British Racing Green. HEX triplet: 00, 51 and 11. RGB value is (0,81,17). Sum of RGB (Red+Green+Blue) = 0+81+17=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 81 (32.03% from 255 or 82.65% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 81 - color contains mainly: green. Hex color #005111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005111 is #FFAEEE. Grayscale: #313131. Windows color (decimal): -16756463 or 1134848. OLE color: 1134848.

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

Color convert

RGB08117-
CMYK100.790.68
HSL132.59º100%15.88%-
HSV(B)132.59º100%31.76%-
XYZ3.045.931.51-
YUV49.48109.6692.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 82.65%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=0%
G=82.65%
B=17.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08117100.790.68132.5910015.88
Hex051116404F44856410
Octal012121144011710420514420
Binary0101000110001110010001001111100010010000101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005111; }

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

 H1.HeaderClassName
 {
   color: #005111;
 }
 .AnyTagClassName
 {
   color: #005111;
 }
</style>
background-color css

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

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

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

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

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

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