Html Css Color HEX #00510E British Racing Green

📋 copy color: '#00510E'

red 0 ◦ green 81 ◦ blue 14

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

Shades of British Racing Green #00510E

Tints of British Racing Green #00510E

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 value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#00510E (or 0x00510E) is known color: 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

RGB 0 81 14 -
CMYK 1 0 0.83 0.68
HSL 130.37º 1% 0.16% -
HSV(B) 130.37º 1% 0.32% -
XYZ 3.02 5.92 1.4 -
YUV 49.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 0 81 14 1 0 0.83 0.68 130.37 1 0.16
Hex 0 51 E 64 0 53 44 82 64 10
Octal 0 121 16 144 0 123 104 202 144 20
Binary 0 1010001 1110 1100100 0 1010011 1000100 10000010 1100100 10000

Color Harmonies of #00510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00510E

Black with #00510E

Text Example


Text Example

White with #00510E

Text Example


Text Example

HTML Codes & Css Web 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>