#013A1E

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

Shades of British Racing Green #013A1E

Tints of British Racing Green #013A1E

Color information

#013A1E (or 0x013A1E) is unknown color: approx British Racing Green. HEX triplet: 01, 3A and 1E. RGB value is (1,58,30). Sum of RGB (Red+Green+Blue) = 1+58+30=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #013A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A1E is #FEC5E1. Grayscale: #252525. Windows color (decimal): -16696802 or 1980929. OLE color: 1980929.

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

Color convert

RGB15830-
CMYK0.9800.480.77
HSL150.53º96.61%11.57%-
HSV(B)150.53º98.28%22.75%-
XYZ1.763.131.74-
YUV37.76123.62101.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=1.12%
G=65.17%
B=33.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158300.9800.480.77150.5396.6111.57
Hex13A1E620304D9761c
Octal1723614206011522714114
Binary1111010111101100010011000010011011001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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