Html Css Color HEX #00501F British Racing Green

📋 copy color: '#00501F'

red 0 ◦ green 80 ◦ blue 31

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

Shades of British Racing Green #00501F

Tints of British Racing Green #00501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 0%
G = 72.07%
B = 27.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#00501F (or 0x00501F) is known color: British Racing Green. HEX triplet: 00, 50 and 1F. RGB value is (0,80,31). Sum of RGB (Red+Green+Blue) = 0+80+31=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #00501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00501F is #FFAFE0. Grayscale: #323232. Windows color (decimal): -16756705 or 2052096. OLE color: 2052096.

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

Color convert

RGB 0 80 31 -
CMYK 1 0 0.61 0.69
HSL 143.25º 1% 0.16% -
HSV(B) 143.25º 1% 0.31% -
XYZ 3.12 5.84 2.26 -
YUV 50.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 0 80 31 1 0 0.61 0.69 143.25 1 0.16
Hex 0 50 1F 64 0 3D 45 8F 64 10
Octal 0 120 37 144 0 75 105 217 144 20
Binary 0 1010000 11111 1100100 0 111101 1000101 10001111 1100100 10000

Color Harmonies of #00501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00501F

Black with #00501F

Text Example


Text Example

White with #00501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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