#013912

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

Shades of British Racing Green #013912

Tints of British Racing Green #013912

Color information

#013912 (or 0x013912) is unknown color: approx British Racing Green. HEX triplet: 01, 39 and 12. RGB value is (1,57,18). Sum of RGB (Red+Green+Blue) = 1+57+18=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #013912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013912 is #FEC6ED. Grayscale: #232323. Windows color (decimal): -16697070 or 1194241. OLE color: 1194241.

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

Color convert

RGB15718-
CMYK0.9800.680.78
HSL138.21º96.55%11.37%-
HSV(B)138.21º98.25%22.35%-
XYZ1.582.981.06-
YUV35.81117.95103.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 57 (22.66% from 255) = 75%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=1.32%
G=75%
B=23.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157180.9800.680.78138.2196.5511.37
Hex13912620444E8a61b
Octal17122142010411621214113
Binary11110011001011000100100010010011101000101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013912; }

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

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

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

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

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

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

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

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