#015420

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

Shades of British Racing Green #015420

Tints of British Racing Green #015420

Color information

#015420 (or 0x015420) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 20. RGB value is (1,84,32). Sum of RGB (Red+Green+Blue) = 1+84+32=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #015420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015420 is #FEABDF. Grayscale: #353535. Windows color (decimal): -16690144 or 2118657. OLE color: 2118657.

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

Color convert

RGB18432-
CMYK0.9900.620.67
HSL142.41º97.65%16.67%-
HSV(B)142.41º98.81%32.94%-
XYZ3.446.452.43-
YUV53.2611690.73-

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.79%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=0.85%
G=71.79%
B=27.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184320.9900.620.67142.4197.6516.67
Hex154206303E438e6211
Octal11244014307610321614221
Binary1101010010000011000110111110100001110001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015420; }

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

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

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

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

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

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

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

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