#013A1B

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

Shades of British Racing Green #013A1B

Tints of British Racing Green #013A1B

Color information

#013A1B (or 0x013A1B) is unknown color: approx British Racing Green. HEX triplet: 01, 3A and 1B. RGB value is (1,58,27). Sum of RGB (Red+Green+Blue) = 1+58+27=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #013A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A1B is #FEC5E4. Grayscale: #252525. Windows color (decimal): -16696805 or 1784321. OLE color: 1784321.

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

Color convert

RGB15827-
CMYK0.9800.530.77
HSL147.37º96.61%11.57%-
HSV(B)147.37º98.28%22.75%-
XYZ1.723.111.55-
YUV37.42122.12102.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 58 (23.05% from 255) = 67.44%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=1.16%
G=67.44%
B=31.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158270.9800.530.77147.3796.6111.57
Hex13A1B620354D9361c
Octal1723314206511522314114
Binary1111010110111100010011010110011011001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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