#013A18

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

Shades of British Racing Green #013A18

Tints of British Racing Green #013A18

Color information

#013A18 (or 0x013A18) is unknown color: approx British Racing Green. HEX triplet: 01, 3A and 18. RGB value is (1,58,24). Sum of RGB (Red+Green+Blue) = 1+58+24=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 58 (23.05% from 255 or 69.88% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 58 - color contains mainly: green. Hex color #013A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A18 is #FEC5E7. Grayscale: #252525. Windows color (decimal): -16696808 or 1587713. OLE color: 1587713.

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

Color convert

RGB15824-
CMYK0.9800.590.77
HSL144.21º96.61%11.57%-
HSV(B)144.21º98.28%22.75%-
XYZ1.693.11.37-
YUV37.08120.62102.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 58 (23.05% from 255) = 69.88%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=1.20%
G=69.88%
B=28.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158240.9800.590.77144.2196.6111.57
Hex13A186203B4D9061c
Octal1723014207311522014114
Binary1111010110001100010011101110011011001000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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