#01501A

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

Shades of British Racing Green #01501A

Tints of British Racing Green #01501A

Color information

#01501A (or 0x01501A) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 1A. RGB value is (1,80,26). Sum of RGB (Red+Green+Blue) = 1+80+26=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #01501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01501A is #FEAFE5. Grayscale: #323232. Windows color (decimal): -16691174 or 1724417. OLE color: 1724417.

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

Color convert

RGB18026-
CMYK0.9900.670.69
HSL138.99º97.53%15.88%-
HSV(B)138.99º98.75%31.37%-
XYZ3.075.821.94-
YUV50.22114.3392.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 80 (31.64% from 255) = 74.77%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=0.93%
G=74.77%
B=24.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180260.9900.670.69138.9997.5315.88
Hex1501A63043458b6210
Octal112032143010310521314220
Binary1101000011010110001101000011100010110001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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