#015121

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

Shades of British Racing Green #015121

Tints of British Racing Green #015121

Color information

#015121 (or 0x015121) is unknown color: approx British Racing Green. HEX triplet: 01, 51 and 21. RGB value is (1,81,33). Sum of RGB (Red+Green+Blue) = 1+81+33=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #015121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015121 is #FEAEDE. Grayscale: #333333. Windows color (decimal): -16690911 or 2183425. OLE color: 2183425.

HSL color Cylindrical-coordinate representation of color #015121: hue angle of 144º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015121 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB18133-
CMYK0.9900.590.68
HSL144º97.56%16.08%-
HSV(B)144º98.77%31.76%-
XYZ3.2362.43-
YUV51.61117.591.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 81 (32.03% from 255) = 70.43%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=0.87%
G=70.43%
B=28.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181330.9900.590.6814497.5616.08
Hex151216303B44906210
Octal11214114307310422014220
Binary1101000110000111000110111011100010010010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015121; }

 p { color: rgb(1,81,33); }

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

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

 a { background-color: rgb(1,81,33); }

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

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

 span { border-color: rgb(1,81,33); }

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