#01391C

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

Shades of British Racing Green #01391C

Tints of British Racing Green #01391C

Color information

#01391C (or 0x01391C) is unknown color: approx British Racing Green. HEX triplet: 01, 39 and 1C. RGB value is (1,57,28). Sum of RGB (Red+Green+Blue) = 1+57+28=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #01391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01391C is #FEC6E3. Grayscale: #252525. Windows color (decimal): -16697060 or 1849601. OLE color: 1849601.

HSL color Cylindrical-coordinate representation of color #01391C: hue angle of 148.93º 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 #01391C is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB15728-
CMYK0.9800.510.78
HSL148.93º96.55%11.37%-
HSV(B)148.93º98.25%22.35%-
XYZ1.693.021.59-
YUV36.95122.95102.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 57 (22.66% from 255) = 66.28%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=1.16%
G=66.28%
B=32.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157280.9800.510.78148.9396.5511.37
Hex1391C620334E9561b
Octal1713414206311622514113
Binary1111001111001100010011001110011101001010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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