#013A20

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

Shades of British Racing Green #013A20

Tints of British Racing Green #013A20

Color information

#013A20 (or 0x013A20) is unknown color: approx British Racing Green. HEX triplet: 01, 3A and 20. RGB value is (1,58,32). Sum of RGB (Red+Green+Blue) = 1+58+32=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #013A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A20 is #FEC5DF. Grayscale: #262626. Windows color (decimal): -16696800 or 2112001. OLE color: 2112001.

HSL color Cylindrical-coordinate representation of color #013A20: hue angle of 152.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A20 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB15832-
CMYK0.9800.450.77
HSL152.63º96.61%11.57%-
HSV(B)152.63º98.28%22.75%-
XYZ1.793.141.88-
YUV37.99124.62101.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 58 (23.05% from 255) = 63.74%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=1.10%
G=63.74%
B=35.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158320.9800.450.77152.6396.6111.57
Hex13A206202D4D9961c
Octal1724014205511523114114
Binary11110101000001100010010110110011011001100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013A20; }

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

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

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

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

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

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

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

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