#013D1A

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

Shades of British Racing Green #013D1A

Tints of British Racing Green #013D1A

Color information

#013D1A (or 0x013D1A) is unknown color: approx British Racing Green. HEX triplet: 01, 3D and 1A. RGB value is (1,61,26). Sum of RGB (Red+Green+Blue) = 1+61+26=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1A is #FEC2E5. Grayscale: #272727. Windows color (decimal): -16696038 or 1719553. OLE color: 1719553.

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

Color convert

RGB16126-
CMYK0.9800.570.76
HSL145º96.77%12.16%-
HSV(B)145º98.36%23.92%-
XYZ1.873.421.54-
YUV39.07120.62100.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 61 (24.22% from 255) = 69.32%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=1.14%
G=69.32%
B=29.55%

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
Decimal161260.9800.570.7614596.7712.16
Hex13D1A620394C9161c
Octal1753214207111422114114
Binary1111101110101100010011100110011001001000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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