#013B27

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

Shades of British Racing Green #013B27

Tints of British Racing Green #013B27

Color information

#013B27 (or 0x013B27) is unknown color: approx British Racing Green. HEX triplet: 01, 3B and 27. RGB value is (1,59,39). Sum of RGB (Red+Green+Blue) = 1+59+39=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 59 (23.44% from 255 or 59.60% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 59 - color contains mainly: green. Hex color #013B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B27 is #FEC4D8. Grayscale: #272727. Windows color (decimal): -16696537 or 2571009. OLE color: 2571009.

HSL color Cylindrical-coordinate representation of color #013B27: hue angle of 159.31º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B27 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB15939-
CMYK0.9800.340.77
HSL159.31º96.67%11.76%-
HSV(B)159.31º98.31%23.14%-
XYZ1.943.282.45-
YUV39.38127.78100.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 59 (23.44% from 255) = 59.60%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=1.01%
G=59.60%
B=39.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159390.9800.340.77159.3196.6711.76
Hex13B27620224D9f61c
Octal1734714204211523714114
Binary11110111001111100010010001010011011001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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