Html Css Color HEX #005013 British Racing Green

📋 copy color: '#005013'

red 0 ◦ green 80 ◦ blue 19

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

Shades of British Racing Green #005013

Tints of British Racing Green #005013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 80.81%

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 0%
G = 80.81%
B = 19.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#005013 (or 0x005013) is known color: British Racing Green. HEX triplet: 00, 50 and 13. RGB value is (0,80,19). Sum of RGB (Red+Green+Blue) = 0+80+19=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #005013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005013 is #FFAFEC. Grayscale: #313131. Windows color (decimal): -16756717 or 1265664. OLE color: 1265664.

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

Color convert

RGB 0 80 19 -
CMYK 1 0 0.76 0.69
HSL 134.25º 1% 0.16% -
HSV(B) 134.25º 1% 0.31% -
XYZ 2.99 5.78 1.58 -
YUV 49.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 0 80 19 1 0 0.76 0.69 134.25 1 0.16
Hex 0 50 13 64 0 4C 45 86 64 10
Octal 0 120 23 144 0 114 105 206 144 20
Binary 0 1010000 10011 1100100 0 1001100 1000101 10000110 1100100 10000

Color Harmonies of #005013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005013

Black with #005013

Text Example


Text Example

White with #005013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005013; }

 p { color: rgb(0,80,19); }

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

background-color css

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

 a { background-color: rgb(0,80,19); }

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

border-color css

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

 span { border-color: rgb(0,80,19); }

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