Html Css Color HEX #01501D British Racing Green

📋 copy color: '#01501D'

red 1 ◦ green 80 ◦ blue 29

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

Shades of British Racing Green #01501D

Tints of British Racing Green #01501D

RGB

 RED value IS 1 (0.78% from 255) = 0.91%

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

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 0.91%
G = 72.73%
B = 26.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#01501D (or 0x01501D) is known color: British Racing Green. HEX triplet: 01, 50 and 1D. RGB value is (1,80,29). Sum of RGB (Red+Green+Blue) = 1+80+29=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #01501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01501D is #FEAFE2. Grayscale: #323232. Windows color (decimal): -16691171 or 1921025. OLE color: 1921025.

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

Color convert

RGB 1 80 29 -
CMYK 0.99 0 0.64 0.69
HSL 141.27º 0.98% 0.16% -
HSV(B) 141.27º 0.99% 0.31% -
XYZ 3.1 5.83 2.12 -
YUV 50.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 1 80 29 0.99 0 0.64 0.69 141.27 0.98 0.16
Hex 1 50 1D 63 0 40 45 8D 62 10
Octal 1 120 35 143 0 100 105 215 142 20
Binary 1 1010000 11101 1100011 0 1000000 1000101 10001101 1100010 10000

Color Harmonies of #01501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01501D

Black with #01501D

Text Example


Text Example

White with #01501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,80,29); }

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

background-color css

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

 a { background-color: rgb(1,80,29); }

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

border-color css

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

 span { border-color: rgb(1,80,29); }

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