#013D27

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

Shades of British Racing Green #013D27

Tints of British Racing Green #013D27

Color information

#013D27 (or 0x013D27) is unknown color: approx British Racing Green. HEX triplet: 01, 3D and 27. RGB value is (1,61,39). Sum of RGB (Red+Green+Blue) = 1+61+39=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #013D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D27 is #FEC2D8. Grayscale: #282828. Windows color (decimal): -16696025 or 2571521. OLE color: 2571521.

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

Color convert

RGB16139-
CMYK0.9800.360.76
HSL158º96.77%12.16%-
HSV(B)158º98.36%23.92%-
XYZ2.053.492.49-
YUV40.55127.1299.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 61 (24.22% from 255) = 60.40%
BLUE value IS 39 (15.62% from 255) = 38.61%
R=0.99%
G=60.40%
B=38.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161390.9800.360.7615896.7712.16
Hex13D27620244C9e61c
Octal1754714204411423614114
Binary11111011001111100010010010010011001001111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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