#013F1D

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

Shades of British Racing Green #013F1D

Tints of British Racing Green #013F1D

Color information

#013F1D (or 0x013F1D) is unknown color: approx British Racing Green. HEX triplet: 01, 3F and 1D. RGB value is (1,63,29). Sum of RGB (Red+Green+Blue) = 1+63+29=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 63 (25% from 255 or 67.74% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1D is #FEC0E2. Grayscale: #282828. Windows color (decimal): -16695523 or 1916673. OLE color: 1916673.

HSL color Cylindrical-coordinate representation of color #013F1D: hue angle of 147.1º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F1D is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB16329-
CMYK0.9800.540.75
HSL147.1º96.88%12.55%-
HSV(B)147.1º98.41%24.71%-
XYZ2.013.651.76-
YUV40.59121.4699.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 63 (25% from 255) = 67.74%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=1.08%
G=67.74%
B=31.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal163290.9800.540.75147.196.8812.55
Hex13F1D620364B9361d
Octal1773514206611322314115
Binary1111111111011100010011011010010111001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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