Html Css Color HEX #00510D British Racing Green

📋 copy color: '#00510D'

red 0 ◦ green 81 ◦ blue 13

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

Shades of British Racing Green #00510D

Tints of British Racing Green #00510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 86.17%

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 0%
G = 86.17%
B = 13.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#00510D (or 0x00510D) is known color: British Racing Green. HEX triplet: 00, 51 and 0D. RGB value is (0,81,13). Sum of RGB (Red+Green+Blue) = 0+81+13=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 81 (32.03% from 255 or 86.17% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 81 - color contains mainly: green. Hex color #00510D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00510D is #FFAEF2. Grayscale: #313131. Windows color (decimal): -16756467 or 872704. OLE color: 872704.

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

Color convert

RGB 0 81 13 -
CMYK 1 0 0.84 0.68
HSL 129.63º 1% 0.16% -
HSV(B) 129.63º 1% 0.32% -
XYZ 3.02 5.91 1.36 -
YUV 49.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 0 81 13 1 0 0.84 0.68 129.63 1 0.16
Hex 0 51 D 64 0 54 44 82 64 10
Octal 0 121 15 144 0 124 104 202 144 20
Binary 0 1010001 1101 1100100 0 1010100 1000100 10000010 1100100 10000

Color Harmonies of #00510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00510D

Black with #00510D

Text Example


Text Example

White with #00510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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