#013C1A

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

Shades of British Racing Green #013C1A

Tints of British Racing Green #013C1A

Color information

#013C1A (or 0x013C1A) is unknown color: approx British Racing Green. HEX triplet: 01, 3C and 1A. RGB value is (1,60,26). Sum of RGB (Red+Green+Blue) = 1+60+26=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 60 (23.83% from 255 or 68.97% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 60 - color contains mainly: green. Hex color #013C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C1A is #FEC3E5. Grayscale: #262626. Windows color (decimal): -16696294 or 1719297. OLE color: 1719297.

HSL color Cylindrical-coordinate representation of color #013C1A: hue angle of 145.42º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C1A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB16026-
CMYK0.9800.570.76
HSL145.42º96.72%11.96%-
HSV(B)145.42º98.33%23.53%-
XYZ1.813.311.52-
YUV38.48120.95101.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 60 (23.83% from 255) = 68.97%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=1.15%
G=68.97%
B=29.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal160260.9800.570.76145.4296.7211.96
Hex13C1A620394C9161c
Octal1743214207111422114114
Binary1111100110101100010011100110011001001000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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