Html Css Color HEX #00501A British Racing Green

📋 copy color: '#00501A'

red 0 ◦ green 80 ◦ blue 26

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

Shades of British Racing Green #00501A

Tints of British Racing Green #00501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 0%
G = 75.47%
B = 24.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#00501A (or 0x00501A) is known color: British Racing Green. HEX triplet: 00, 50 and 1A. RGB value is (0,80,26). Sum of RGB (Red+Green+Blue) = 0+80+26=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #00501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00501A is #FFAFE5. Grayscale: #323232. Windows color (decimal): -16756710 or 1724416. OLE color: 1724416.

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

Color convert

RGB 0 80 26 -
CMYK 1 0 0.67 0.69
HSL 139.5º 1% 0.16% -
HSV(B) 139.5º 1% 0.31% -
XYZ 3.06 5.81 1.94 -
YUV 49.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 0 80 26 1 0 0.67 0.69 139.5 1 0.16
Hex 0 50 1A 64 0 43 45 8C 64 10
Octal 0 120 32 144 0 103 105 214 144 20
Binary 0 1010000 11010 1100100 0 1000011 1000101 10001100 1100100 10000

Color Harmonies of #00501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00501A

Black with #00501A

Text Example


Text Example

White with #00501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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