#013D31

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

Shades of British Racing Green #013D31

Tints of British Racing Green #013D31

Color information

#013D31 (or 0x013D31) is unknown color: approx British Racing Green. HEX triplet: 01, 3D and 31. RGB value is (1,61,49). Sum of RGB (Red+Green+Blue) = 1+61+49=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #013D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D31 is #FEC2CE. Grayscale: #292929. Windows color (decimal): -16696015 or 3226881. OLE color: 3226881.

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

Color convert

RGB16149-
CMYK0.9800.200.76
HSL168º96.77%12.16%-
HSV(B)168º98.36%23.92%-
XYZ2.243.573.48-
YUV41.69132.1298.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 61 (24.22% from 255) = 54.95%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=0.90%
G=54.95%
B=44.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161490.9800.200.7616896.7712.16
Hex13D31620144Ca861c
Octal1756114202411425014114
Binary1111101110001110001001010010011001010100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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