#013A1A

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

Shades of British Racing Green #013A1A

Tints of British Racing Green #013A1A

Color information

#013A1A (or 0x013A1A) is unknown color: approx British Racing Green. HEX triplet: 01, 3A and 1A. RGB value is (1,58,26). Sum of RGB (Red+Green+Blue) = 1+58+26=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #013A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A1A is #FEC5E5. Grayscale: #252525. Windows color (decimal): -16696806 or 1718785. OLE color: 1718785.

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

Color convert

RGB15826-
CMYK0.9800.550.77
HSL146.32º96.61%11.57%-
HSV(B)146.32º98.28%22.75%-
XYZ1.713.111.49-
YUV37.31121.62102.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 58 (23.05% from 255) = 68.24%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=1.18%
G=68.24%
B=30.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158260.9800.550.77146.3296.6111.57
Hex13A1A620374D9261c
Octal1723214206711522214114
Binary1111010110101100010011011110011011001001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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