#013C1D

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

Shades of British Racing Green #013C1D

Tints of British Racing Green #013C1D

Color information

#013C1D (or 0x013C1D) is unknown color: approx British Racing Green. HEX triplet: 01, 3C and 1D. RGB value is (1,60,29). Sum of RGB (Red+Green+Blue) = 1+60+29=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 60 (23.83% from 255 or 66.67% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 60 - color contains mainly: green. Hex color #013C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C1D is #FEC3E2. Grayscale: #262626. Windows color (decimal): -16696291 or 1915905. OLE color: 1915905.

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

Color convert

RGB16029-
CMYK0.9800.520.76
HSL148.47º96.72%11.96%-
HSV(B)148.47º98.33%23.53%-
XYZ1.853.331.71-
YUV38.82122.45101.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 60 (23.83% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=1.11%
G=66.67%
B=32.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal160290.9800.520.76148.4796.7211.96
Hex13C1D620344C9461c
Octal1743514206411422414114
Binary1111100111011100010011010010011001001010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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