#013812

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

Shades of British Racing Green #013812

Tints of British Racing Green #013812

Color information

#013812 (or 0x013812) is unknown color: approx British Racing Green. HEX triplet: 01, 38 and 12. RGB value is (1,56,18). Sum of RGB (Red+Green+Blue) = 1+56+18=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #013812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013812 is #FEC7ED. Grayscale: #232323. Windows color (decimal): -16697326 or 1193985. OLE color: 1193985.

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

Color convert

RGB15618-
CMYK0.9800.680.78
HSL138.55º96.49%11.18%-
HSV(B)138.55º98.21%21.96%-
XYZ1.542.881.05-
YUV35.22118.28103.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 56 (22.27% from 255) = 74.67%
BLUE value IS 18 (7.42% from 255) = 24%
R=1.33%
G=74.67%
B=24%

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
Decimal156180.9800.680.78138.5596.4911.18
Hex13812620444E8b60b
Octal17022142010411621314013
Binary11110001001011000100100010010011101000101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013812; }

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

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

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

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

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

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

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

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