#015421

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

Shades of British Racing Green #015421

Tints of British Racing Green #015421

Color information

#015421 (or 0x015421) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 21. RGB value is (1,84,33). Sum of RGB (Red+Green+Blue) = 1+84+33=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #015421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015421 is #FEABDE. Grayscale: #353535. Windows color (decimal): -16690143 or 2184193. OLE color: 2184193.

HSL color Cylindrical-coordinate representation of color #015421: hue angle of 143.13º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015421 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB18433-
CMYK0.9900.610.67
HSL143.13º97.65%16.67%-
HSV(B)143.13º98.81%32.94%-
XYZ3.466.462.5-
YUV53.37116.590.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 84 (33.20% from 255) = 71.19%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=0.85%
G=71.19%
B=27.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184330.9900.610.67143.1397.6516.67
Hex154216303D438f6211
Octal11244114307510321714221
Binary1101010010000111000110111101100001110001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015421; }

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

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

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

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

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

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

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

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