#013B1C

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

Shades of British Racing Green #013B1C

Tints of British Racing Green #013B1C

Color information

#013B1C (or 0x013B1C) is unknown color: approx British Racing Green. HEX triplet: 01, 3B and 1C. RGB value is (1,59,28). Sum of RGB (Red+Green+Blue) = 1+59+28=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 59 (23.44% from 255 or 67.05% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 59 - color contains mainly: green. Hex color #013B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B1C is #FEC4E3. Grayscale: #262626. Windows color (decimal): -16696548 or 1850113. OLE color: 1850113.

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

Color convert

RGB15928-
CMYK0.9800.530.77
HSL147.93º96.67%11.76%-
HSV(B)147.93º98.31%23.14%-
XYZ1.793.221.63-
YUV38.12122.28101.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 59 (23.44% from 255) = 67.05%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=1.14%
G=67.05%
B=31.82%

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
Decimal159280.9800.530.77147.9396.6711.76
Hex13B1C620354D9461c
Octal1733414206511522414114
Binary1111011111001100010011010110011011001010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,59,28); }

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

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

 a { background-color: rgb(1,59,28); }

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

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

 span { border-color: rgb(1,59,28); }

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