#01501F

Color #01501F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #01501F

Tints of British Racing Green #01501F

Color information

#01501F (or 0x01501F) is unknown color: approx 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

RGB18031-
CMYK0.9900.610.69
HSL142.78º97.53%15.88%-
HSV(B)142.78º98.75%31.37%-
XYZ3.135.842.26-
YUV50.79116.8392.48-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180310.9900.610.69142.7897.5315.88
Hex1501F6303D458f6210
Octal11203714307510521714220
Binary110100001111111000110111101100010110001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>