Html Css Color HEX #01501F British Racing Green

📋 copy color: '#01501F'

red 1 ◦ green 80 ◦ blue 31

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

Shades of British Racing Green #01501F

Tints of British Racing Green #01501F

RGB

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

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

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

R = 0.89%
G = 71.43%
B = 27.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#01501F (or 0x01501F) is known color: British Racing Green. HEX triplet: 01, 50 and 1F. RGB value is (1,80,31). Sum of RGB (Red+Green+Blue) = 1+80+31=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #01501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01501F is #FEAFE0. Grayscale: #323232. Windows color (decimal): -16691169 or 2052097. OLE color: 2052097.

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

Color convert

RGB 1 80 31 -
CMYK 0.99 0 0.61 0.69
HSL 142.78º 0.98% 0.16% -
HSV(B) 142.78º 0.99% 0.31% -
XYZ 3.13 5.84 2.26 -
YUV 50.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 1 80 31 0.99 0 0.61 0.69 142.78 0.98 0.16
Hex 1 50 1F 63 0 3D 45 8F 62 10
Octal 1 120 37 143 0 75 105 217 142 20
Binary 1 1010000 11111 1100011 0 111101 1000101 10001111 1100010 10000

Color Harmonies of #01501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01501F

Black with #01501F

Text Example


Text Example

White with #01501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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