#013A19

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

Shades of British Racing Green #013A19

Tints of British Racing Green #013A19

Color information

#013A19 (or 0x013A19) is unknown color: approx British Racing Green. HEX triplet: 01, 3A and 19. RGB value is (1,58,25). Sum of RGB (Red+Green+Blue) = 1+58+25=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #013A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A19 is #FEC5E6. Grayscale: #252525. Windows color (decimal): -16696807 or 1653249. OLE color: 1653249.

HSL color Cylindrical-coordinate representation of color #013A19: hue angle of 145.26º 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 #013A19 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB15825-
CMYK0.9800.570.77
HSL145.26º96.61%11.57%-
HSV(B)145.26º98.28%22.75%-
XYZ1.73.11.43-
YUV37.2121.12102.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 58 (23.05% from 255) = 69.05%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=1.19%
G=69.05%
B=29.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158250.9800.570.77145.2696.6111.57
Hex13A19620394D9161c
Octal1723114207111522114114
Binary1111010110011100010011100110011011001000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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