Html Css Color HEX #00500F British Racing Green

📋 copy color: '#00500F'

red 0 ◦ green 80 ◦ blue 15

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

Shades of British Racing Green #00500F

Tints of British Racing Green #00500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 0%
G = 84.21%
B = 15.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#00500F (or 0x00500F) is known color: British Racing Green. HEX triplet: 00, 50 and 0F. RGB value is (0,80,15). Sum of RGB (Red+Green+Blue) = 0+80+15=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #00500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00500F is #FFAFF0. Grayscale: #303030. Windows color (decimal): -16756721 or 1003520. OLE color: 1003520.

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

Color convert

RGB 0 80 15 -
CMYK 1 0 0.81 0.69
HSL 131.25º 1% 0.16% -
HSV(B) 131.25º 1% 0.31% -
XYZ 2.95 5.77 1.41 -
YUV 48.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 0 80 15 1 0 0.81 0.69 131.25 1 0.16
Hex 0 50 F 64 0 51 45 83 64 10
Octal 0 120 17 144 0 121 105 203 144 20
Binary 0 1010000 1111 1100100 0 1010001 1000101 10000011 1100100 10000

Color Harmonies of #00500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00500F

Black with #00500F

Text Example


Text Example

White with #00500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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