#00510E

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

Shades of British Racing Green #00510E

Tints of British Racing Green #00510E

Color information

#00510E (or 0x00510E) is unknown color: approx British Racing Green. HEX triplet: 00, 51 and 0E. RGB value is (0,81,14). Sum of RGB (Red+Green+Blue) = 0+81+14=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 81 (32.03% from 255 or 85.26% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 81 - color contains mainly: green. Hex color #00510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00510E is #FFAEF1. Grayscale: #313131. Windows color (decimal): -16756466 or 938240. OLE color: 938240.

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

Color convert

RGB08114-
CMYK100.830.68
HSL130.37º100%15.88%-
HSV(B)130.37º100%31.76%-
XYZ3.025.921.4-
YUV49.14108.1692.95-

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) = 85.26%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=0%
G=85.26%
B=14.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08114100.830.68130.3710015.88
Hex051E6405344826410
Octal012116144012310420214420
Binary010100011110110010001010011100010010000010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00510E; }

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

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

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

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

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

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

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

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