Html Css Color HEX #00500D British Racing Green

📋 copy color: '#00500D'

red 0 ◦ green 80 ◦ blue 13

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

Shades of British Racing Green #00500D

Tints of British Racing Green #00500D

RGB

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

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

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

R = 0%
G = 86.02%
B = 13.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#00500D (or 0x00500D) is known color: British Racing Green. HEX triplet: 00, 50 and 0D. RGB value is (0,80,13). Sum of RGB (Red+Green+Blue) = 0+80+13=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #00500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00500D is #FFAFF2. Grayscale: #303030. Windows color (decimal): -16756723 or 872448. OLE color: 872448.

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

Color convert

RGB 0 80 13 -
CMYK 1 0 0.84 0.69
HSL 129.75º 1% 0.16% -
HSV(B) 129.75º 1% 0.31% -
XYZ 2.94 5.77 1.34 -
YUV 48.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 0 80 13 1 0 0.84 0.69 129.75 1 0.16
Hex 0 50 D 64 0 54 45 82 64 10
Octal 0 120 15 144 0 124 105 202 144 20
Binary 0 1010000 1101 1100100 0 1010100 1000101 10000010 1100100 10000

Color Harmonies of #00500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00500D

Black with #00500D

Text Example


Text Example

White with #00500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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