#01501E

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

Shades of British Racing Green #01501E

Tints of British Racing Green #01501E

Color information

#01501E (or 0x01501E) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 1E. RGB value is (1,80,30). Sum of RGB (Red+Green+Blue) = 1+80+30=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #01501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01501E is #FEAFE1. Grayscale: #323232. Windows color (decimal): -16691170 or 1986561. OLE color: 1986561.

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

Color convert

RGB18030-
CMYK0.9900.620.69
HSL142.03º97.53%15.88%-
HSV(B)142.03º98.75%31.37%-
XYZ3.125.842.19-
YUV50.68116.3392.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=0.90%
G=72.07%
B=27.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180300.9900.620.69142.0397.5315.88
Hex1501E6303E458e6210
Octal11203614307610521614220
Binary110100001111011000110111110100010110001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01501E;
 }
 .AnyTagClassName
 {
   color: #01501E;
 }
</style>
background-color css

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

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

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

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

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

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