#01391B

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

Shades of British Racing Green #01391B

Tints of British Racing Green #01391B

Color information

#01391B (or 0x01391B) is unknown color: approx British Racing Green. HEX triplet: 01, 39 and 1B. RGB value is (1,57,27). Sum of RGB (Red+Green+Blue) = 1+57+27=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #01391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01391B is #FEC6E4. Grayscale: #242424. Windows color (decimal): -16697061 or 1784065. OLE color: 1784065.

HSL color Cylindrical-coordinate representation of color #01391B: hue angle of 147.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01391B is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB15727-
CMYK0.9800.530.78
HSL147.86º96.55%11.37%-
HSV(B)147.86º98.25%22.35%-
XYZ1.673.011.53-
YUV36.84122.45102.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 57 (22.66% from 255) = 67.06%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=1.18%
G=67.06%
B=31.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157270.9800.530.78147.8696.5511.37
Hex1391B620354E9461b
Octal1713314206511622414113
Binary1111001110111100010011010110011101001010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01391B; }

 p { color: rgb(1,57,27); }

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

<style>
 a { background-color: #01391B; }

 a { background-color: rgb(1,57,27); }

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

<style>
 span { border-color: #01391B; }

 span { border-color: rgb(1,57,27); }

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