#013D1F

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

Shades of British Racing Green #013D1F

Tints of British Racing Green #013D1F

Color information

#013D1F (or 0x013D1F) is unknown color: approx British Racing Green. HEX triplet: 01, 3D and 1F. RGB value is (1,61,31). Sum of RGB (Red+Green+Blue) = 1+61+31=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 61 (24.22% from 255 or 65.59% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1F is #FEC2E0. Grayscale: #272727. Windows color (decimal): -16696033 or 2047233. OLE color: 2047233.

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

Color convert

RGB16131-
CMYK0.9800.490.76
HSL150º96.77%12.16%-
HSV(B)150º98.36%23.92%-
XYZ1.933.441.86-
YUV39.64123.12100.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 61 (24.22% from 255) = 65.59%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=1.08%
G=65.59%
B=33.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161310.9800.490.7615096.7712.16
Hex13D1F620314C9661c
Octal1753714206111422614114
Binary1111101111111100010011000110011001001011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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