#005120

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

Shades of British Racing Green #005120

Tints of British Racing Green #005120

Color information

#005120 (or 0x005120) is unknown color: approx British Racing Green. HEX triplet: 00, 51 and 20. RGB value is (0,81,32). Sum of RGB (Red+Green+Blue) = 0+81+32=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #005120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005120 is #FFAEDF. Grayscale: #333333. Windows color (decimal): -16756448 or 2117888. OLE color: 2117888.

HSL color Cylindrical-coordinate representation of color #005120: hue angle of 143.7º 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 #005120 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB08132-
CMYK100.600.68
HSL143.7º100%15.88%-
HSV(B)143.7º100%31.76%-
XYZ3.25.992.35-
YUV51.2117.1691.48-

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) = 71.68%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=0%
G=71.68%
B=28.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08132100.600.68143.710015.88
Hex051206403C44906410
Octal01214014407410422014420
Binary0101000110000011001000111100100010010010000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005120; }

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

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

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

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

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

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

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

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